- This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago by swatitiwariit.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
September 2, 2013 at 3:15 pm #14024owenMember
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!September 3, 2013 at 2:10 am #14041SakinKeymaster@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; } }
September 3, 2013 at 12:21 pm #14057owenMember@Sakin: Thanks! There really is great support here I must say.
September 3, 2013 at 7:07 pm #14065May 14, 2015 at 11:48 am #57693swatitiwariitMemberAwesome… 🙂 Extremely thank you Sakin…. that’s wonderful…
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘How to disable widgets on mobile’ is closed to new replies.