How to hide sidebars on mobile

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

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

Open Support Ticket
  • Author
    Posts
  • #448859

    annabella
    Expired Member
    Post count: 42

    Hello –
    I have the GD Login Widget and Popular Post by Category Widget in the left sidebar. How can I hide this on mobile devices?
    Thank you!
    Anna

    #448861

    Kor
    Moderator
    Post count: 16516

    Hi Anna,

    Thanks for your post. Unfortunately, it looks your support status has expired. Could you please renew it so that we could assist you further with this?

    Thanks!

    #448875

    annabella
    Expired Member
    Post count: 42

    ok all set

    #448878

    Kor
    Moderator
    Post count: 16516

    Hi Anna,

    Thanks for renewing. Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    #448905

    annabella
    Expired Member
    Post count: 42
    This reply has been marked as private.
    #448920

    Kor
    Moderator
    Post count: 16516

    Hi Anna,

    You can use the custom CSS code below and see if it’s what you’re looking for.

    
    
    @media only screen and (max-width: 600px) {
        section#geodir_loginbox-6,section#popular_post_category-5 {
        display:none!important;
    }
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket