Popular Post View Responsive Issues

This topic contains 2 replies, has 2 voices, and was last updated by  nicholasroseland 6 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #415221

    nicholasroseland
    Expired Member
    Post count: 34

    I’m using a shortcode to display listings from CPTs, 3 in a row. https://caribbeanfyi.velvetinkmedia.com/aruba/

    However, they are not stacking up properly on mobile and the listing title is cut off instead of breaking onto the second line.

    Am I missing settings? How can I fix this?

    Thanks

    #415267

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Kindly insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for.

    
    
    @media only screen and (max-width: 500px) {
       li.geodir-gridview.gridview_onethird.gd-post-gd_accommodation {
        width:100%!important;   
    }
    }
    #416316

    nicholasroseland
    Expired Member
    Post count: 34

    THANK YOU!

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket