change width of popular categories widget

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

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

Open Support Ticket
  • Author
    Posts
  • #403520

    Joshua Dobbs
    Expired Member
    Post count: 90

    Some of my category names are long and get cut off at smaller screen sizes.
    How can I change the width of the popular categories when on mobile? I tried this but it doesn’t seem to work.

    
    
    .sd.home .featured-area .geodir-pcat-show, .sd.sd-location .featured-area .geodir-pcat-show {
    	
    	@media screen and (max-width: 768px)  {
    		min-width: 47.4% !important;
    	}
    }

    When I remove the media query it sets the width properly but it’s applied to all screen sizes. Is there a better way to do this?

    #403597

    Kor
    Moderator
    Post count: 16516

    Hi joshua,

    Could you please share a screenshot of how it looks like on your mobile? You can post the details here using the private reply option below.

    Thanks!

    #403837

    Joshua Dobbs
    Expired Member
    Post count: 90
    This reply has been marked as private.
    #403845

    Kor
    Moderator
    Post count: 16516

    Hi Joshua,

    Try this code instead.

    
    
    @media screen and (max-width: 768px)  {
    .sd.home .featured-area .geodir-pcat-show, .sd.sd-location .featured-area .geodir-pcat-show {
    		min-width: 47.4% !important;
    	}
    }
    #403854

    Joshua Dobbs
    Expired Member
    Post count: 90
    This reply has been marked as private.
    #403869

    Joshua Dobbs
    Expired Member
    Post count: 90

    please disregard the last post. I believe that is a being caused by a pwa plugin i have added.

    #403934

    Kor
    Moderator
    Post count: 16516

    Hi Joshua,

    Do you still need help with anything?

    Thanks!

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