Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14024
    owen
    Member

    Hi,
    Sorry if this topic is repeated but I cannot seem to find it. I was just wondering if it was possible to disable the widgets when my viewers are viewing my site on mobile as I think it looks a bit messy when the widgets are all in a line at the bottom.
    Thanks!

    #14041
    Sakin
    Keymaster

    @owen: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the Sidebar in the Mobile devices with max-width: 960px.
    @media screen and (max-width: 960px) { #main #secondary { display: none; } }

    #14057
    owen
    Member

    @Sakin: Thanks! There really is great support here I must say.

    #14065
    Sakin
    Keymaster

    @owen: Thanks for your appreciation.

    #57693

    Awesome… 🙂 Extremely thank you Sakin…. that’s wonderful…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to disable widgets on mobile’ is closed to new replies.