Archived topic
Pages Overlapping Secondary Menu
5 replies · Started by Craig on December 9, 2022
Hi, when I load pages on my website the background is too high and overlaps the secondary menu this only happens with my pages that have the fixed background is there a way to lower the page background section? thank you I have included an image so you can see the error.
Hi there,
Can you link us to the page?
Sure https://geordiegadgets.co.uk/sell-my-laptop/ I want it to be around the same height as https://geordiegadgets.co.uk/product-category/gaming/games-consoles/ the pages were correct but after the GeneratePress update, this happened to the pages. thanks
Can you try removing this CSS?
body:not(.home):not(.woocommerce) .site.container {
margin-top: -40px;
}
Thanks, Leo this does work by removing the CSS the menu is now accessible.
https://imgur.com/gallery/F9sQw8H
To make the site look a bit cleaner how could I go about lowering the pages a bit to display the same gap as the woocommerce pages? similar to how it should be as default.
Hi there,
you have this CSS in Customizer > Additional CSS:
body:not(.home):not(.woocommerce).separate-containers .site-main {
margin-top: 0;
}
If you remove that CSS then you will have the same gap across the site.