Site logo

Archived topic

Transparent header overlaps content

5 replies · Started by Sergio on September 1, 2020

Viewing posts 1–6 of 6

Hi there,

What I would do is add more padding to the top of your first GB container.

If you want to do it with CSS, you could try this:

.header-wrap + #page .entry-content .gb-container:first-child {
    padding-top: 100px;
}

Hi Tom
It's a fix, but it works well.
Thank you very much!

You're welcome :)

It's definitely better/less hacky to account for the overlap inside the GenerateBlocks Container on that page.

This archived topic is closed to new replies.