[Resolved] Issue with WP 5.5 “hearder and title” block pattern

Home Forums Support [Resolved] Issue with WP 5.5 “hearder and title” block pattern

Home Forums Support Issue with WP 5.5 “hearder and title” block pattern

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412615
    Eric

    Hi

    It seems that using the “hearder and title” block pattern introduced with WP 5.5 is running bad.

    Does this comes from GP? Is there a way to correct it in the next them update?

    Thank you!
    Eric

    #1412815
    David
    Staff
    Customer Support

    Hi there,

    WP updated the Cover Blocks HTML and CSS to include 100% width + padding, but negated to add the box-sizing: border-box; It has been reported to their GitHub for them to fix.

    In the meantime add this CSS:

    .wp-block-cover {
        box-sizing: border-box;
    }

    The upcoming GP 3.0 will automatically apply this to content globally so if developers get lazy the Theme will correct it.

    #1412890
    Eric

    Many thanks David _/\_

    #1413293
    David
    Staff
    Customer Support

    You’re welcome

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