Mobile Popular Categories Display

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

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

Open Support Ticket
  • Author
    Posts
  • #416356

    Evan Hasson
    Expired Member
    Post count: 47

    Please see attached image.

    Hello. Is there a way to display the entire popular category text in the mobile site? It’s currently only displaying the first 4 letters “chir…” “acup…” etc.

    Maybe we can make the box wider like the desktop version but only display 2-3 per column as opposed to all 5?

    Thank you!

    #416387

    Alex Rollin
    Moderator
    Post count: 27815

    Please reply with your site URL and WP Admin and we will try to help you with some example CSS.

    See https://wpgeodirectory.com/docs/customizing-your-style/

    #416405

    Evan Hasson
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #416410

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #416415

    Evan Hasson
    Expired Member
    Post count: 47
    This reply has been marked as private.
    #416424

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    You can use this custom CSS code to achieve what you needed there.

    
    
    @media only screen and (max-width: 500px) {
        .sd.home .featured-area .geodir-pcat-show, 
    .sd.sd-location .featured-area .geodir-pcat-show {
        width: 30%!important;
        margin-right:10px!important;
        margin-bottom:10px!important;    
    }
    }
    #416425

    Evan Hasson
    Expired Member
    Post count: 47

    That did the trick! Thank you so much!

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

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

Open Support Ticket