[Support request] GenerateBlocks and empty space below header

Home Forums Support [Support request] GenerateBlocks and empty space below header

Home Forums Support GenerateBlocks and empty space below header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1361702
    Fabien

    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

    #1361711
    David
    Staff
    Customer Support

    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;
    }
    #2121847
    Fabien

    Hi @david,

    Will this be adressed on a future update ?

    #2122411
    David
    Staff
    Customer Support

    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

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