Archived topic
Disable mobile header not working
1 reply · Started by Louis on November 18, 2017
Viewing posts 1–2 of 2
In Customize -> Layout -> Header -> Mobile Header is disabled.
But the Header still shows up on my phone. Any ideas on what I am missing?
Thanks.
Hi there,
The mobile header is disable on your site already.
Are you trying to hide the site header on mobile?
If so try this CSS:
@media (max-width: 768px) {
.site-header {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.