[Resolved] No space between page header and main navi

Home Forums Support [Resolved] No space between page header and main navi

Home Forums Support No space between page header and main navi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38384
    KEvin

    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?

    #38438
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #39030
    KEvin

    Thanks again!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.