[Resolved] Header issue with blocks

Home Forums Support [Resolved] Header issue with blocks

Home Forums Support Header issue with blocks

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #884092
    Daniel

    I’m having an issue where when I create a page with the h1 disabled and I am using blocks.
    The navigation header is not cleared by my first block.
    If I enable the h1, my navigation is cleared.

    Any ideas?

    #884096
    David
    Staff
    Customer Support

    Hi there,

    can you provide us a link to a page where the problem exists?
    You can edit your original topic and use the Site URL field to share the link privately.

    #884105
    Daniel

    Temporary link attached
    I’m developing locally, so it’s the best I could do

    #884106
    Daniel

    I’m using fullwidth page by the way

    #884111
    David
    Staff
    Customer Support

    So the align wide setting in Gutenberg negates the container padding, which includes the top padding, only applies this on the first block. Something we probably need to address at the Theme level to overcome that

    To get around that for now add this CSS:

    .entry-content > .alignwide:first-child, .entry-content > .alignfull:first-child {
        margin-top: 0 !important;
    }
    #884113
    Daniel

    Thanks for your swift response.
    If we could please have this looked at for a future release, that would be most appreciated

    #884114
    David
    Staff
    Customer Support

    You’re welcome

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