Archived topic
Widget header disable mobile
1 reply · Started by Leon on January 19, 2017
Viewing posts 1–2 of 2
Can I create a way to not show the header-widget on mobile and tablet devices?
I only want to show the header widget on desktops.
Thanks!
Hi Leon,
Try this CSS:
@media (max-width: 1024px) {
.header-widget {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
This archived topic is closed to new replies.