Site logo

Archived topic

No space between page header and main navi

2 replies · Started by Anonymous on October 10, 2014

Viewing posts 1–3 of 3

Hi,

I can not find where to add this..
I want no space between the PAGE header and main navigation. The main navigation is above the page header. Do you know where to fix this?

The spacing is because you have the "Content Layout" in the "Layout" section of the Customizer set to "Separate Containers".

You can:

a) Change this setting to "One Container", which will remove all gaps.
b) Add this CSS:

.separate-containers .page-header-image, .separate-containers .page-header-content, .separate-containers .page-header-image-single, .separate-containers .page-header-content-single {
      margin-top: 0;
}

Thanks again!!

This archived topic is closed to new replies.