Archived topic
How how can I disable the menu?
7 replies · Started by Pedro on December 3, 2020
how can I disable the menu, both on desktop, tablet and mobile? I can't remove the white stripe
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Ready
Hi Tomas,
Try this css:
.home #content {
padding: 0px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if it works!
Following up:
The better solution would be to set the content container option in the layout metabox for the home page to full width since you are using a full width layout:
https://docs.generatepress.com/article/layout-metabox-overview/#where-is-it
https://docs.generatepress.com/article/content-container/
If you need to do this for every page, then you can create a layout element for it.
https://docs.generatepress.com/article/layout-element-overview/#content-1
I tried both solutions but neither worked for me
Solved
Great, glad it worked out!