Hide widgets on phone
-
Hi I’m trying to hide the text widgets (in the button of my Home page) from showing on phone screens (also when flipping the phone to wide)
I want all the 3text widgets to hide and only the social network widget to show on phones. How can I do that?Thanks!!
The blog I need help with is: (visible only to logged in users)
-
We have the same issue here with deciding on a breakpoint for the media query. Going on what I mentioned in the other thread, the following hides the footer widget area on 767px and narrower screens/devices.
@media screen and (max-width: 767px) { .widget-footer-bottom-area { display: none; } -
Hi there :) also as I mentioned I want the social widget to show on mobile how can I do that?
Thanks
-
-
- The topic ‘Hide widgets on phone’ is closed to new replies.