Archived topic
Hide widgets in mobile
3 replies · Started by Juan on September 15, 2020
Viewing posts 1–4 of 4
Hi, how are you doing?
I have a few widgets in my website's top bar and would like them to be hidden in mobile devices. How could I do it? I tried with the Widgets Options plugin, but for some reason it didn't work.
Thanks,
Juan
Hi there,
Are you trying to hide the entire top bar on mobile?
If so try this CSS:
@media (max-width: 768px) {
.top-bar {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, Leo, you're the best!
No problem :)
This archived topic is closed to new replies.