Reply To: Responsive menu and header / logo

Home Forums Support Responsive menu and header / logo Reply To: Responsive menu and header / logo

Home Forums Support Responsive menu and header / logo Reply To: Responsive menu and header / logo

#74786
Tom
Lead Developer
Lead Developer

Are you talking about that little space below the header?

That space is your “Separating” space which you set in the Spacing add-on.

You can set your “Content Layout” to “One Container” in the “Layout” section of the Customizer which will remove these spaces.

If you only want to remove the space below the header, you can use this CSS:

.separate-containers .site-main {
      margin-top: 0;
}

Let me know if that helps or not 🙂