Site logo

Archived topic

Pages Overlapping Secondary Menu

5 replies · Started by Craig on December 9, 2022

Viewing posts 1–6 of 6

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.

https://imgur.com/a/s1DcqJO

Hi there,

Can you link us to the page?

Can you try removing this CSS?

body:not(.home):not(.woocommerce) .site.container {
    margin-top: -40px;
}

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.

This archived topic is closed to new replies.