This topic has 3 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #155105
     FD
    Participant

    Hi,

    How do we hide the widgets (or it´s sidebar)on mobile?
    There is an topic on this issue, but i cannot access that post so could someone please paste it once again in this ticket?
    Thank you so much! 🙂

    #155243
     Radu
    Moderator

    Hi,

    You can use this CSS to hide the sidebar on mobile

    COPY CODE
    
    @media (max-width:991px) {
    .sidebar {display:none;}
    }
    

    You can change the 991 px value with a lower one.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #155482
     FD
    Participant

    Thank you. 🙂

    #155618
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?