GD Popular Post Category Display Issue

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #397227

    Mike Hampton
    Expired Member
    Post count: 40

    Hi,

    I am using a GD Popular Post Category widget in the GD Listings Top section on my site https://cornwall.art/artists/.

    However, when I view the page on a mobile device, the font becomes really big and often you can’t see the full category term. What code must I change add so that it displays better on mobile phone? And is there a way to have the categories listed in an alphabetical dropdown selector instead?

    Thanks
    Mike

    #397249

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for reaching us. I’ve just checked your Website and I’m able to see the issue there. Could you try inserting 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: 480px) {
        li.geodir-pcat-show {    
        width: 100%!important;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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

Open Support Ticket