Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #68145
    shawn
    Participant

    Hi,

    How do I remove the right sidebar for mobile version of the site only?

    #68194
    Sakin
    Keymaster

    @shawn: Sorry I don’t get it what you mean. In mobile view, your right sidebar will move down below your content. So, why do you need to hide it. If you wan to hide it then you can hide from custom css. But there is no option to remove it.

    So, please explain your requirement in reference with your site URL.

    #78280
    shawn
    Participant

    @sakin:

    Hi,

    Yes, I’m aware that the right sidebar will move below content in mobile, however, I have too many widgets in my right sidebar, and I don’t want it to be displayed in mobile. So how do I hide the right sidebar from mobile view?

    #78327
    Sakin
    Keymaster

    @shawn: ok then try adding following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 960px) {
    	#secondary { display: none; }
    }
    #78727
    shawn
    Participant

    Thanks! It worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide right sidebar on mobile?’ is closed to new replies.