Archived topic
How do I disable Hamburger Menu on Desktop Site
3 replies · Started by dnrtech on October 15, 2018
How do I disable Hamburger Menu on Desktop Site?
The red menu box in top left
http://c56368.sgvps.net/~dnrstudios/
I'm using Vertical
Hi there,
Try this CSS:
@media (min-width: 769px) {
.slideout-header {
display: none;
}
}
More info here: https://docs.generatepress.com/article/responsive-display/
Let me know if this helps :)
Does that get put into the "Additional CSS" section? That's where I tried, but made no difference. Still there, even if greater than 800.
You can use whichever method you are using for other CSS already.
I'm not seeing the CSS being added currently.