Site logo

Archived topic

GenerateBlocks and empty space below header

3 replies · Started by Fabien on July 13, 2020

Viewing posts 1–4 of 4

Hi,

When I use GenerateBlocks to create a custom page header, there is an empty space between the header and the page header.

How can I fixe this (without altering the whole website) ?

Thanks,

Fabien

Hi there,

try this CSS to remove the separating space when a page is set to Full Width:

.full-width-content .entry-content {
    margin-top: 0;
}

Hi @david,

Will this be adressed on a future update ?

Its not a bug - the entry-content attracts some top margin if there is container before it, in your case that was the entry-header.

Generally when using a Full width layout there is no theme elements in play

This archived topic is closed to new replies.