[Support request] How to align H1 to the main content instead of 100%?

Home Forums Support [Support request] How to align H1 to the main content instead of 100%?

Home Forums Support How to align H1 to the main content instead of 100%?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478334
    Deurdweilers

    As you can see on https://dev.deurdweilers.nl the H1 is completely aligned to the left. You can see it best on large screens.
    I want the H1 aligned with the other content blocks and the logo.

    Ideas?

    #1478390
    David
    Staff
    Customer Support

    Hi there,

    when using the Page Builder Container as Full Width we generally recommend that you disable the Content Title and then add that manually within a Container Block.

    Or you can add this CSS:

    .entry-header {
        max-width: 1100px;
        margin: auto;
    }
    #1478472
    Deurdweilers

    Thanks, that works!

    #1478475
    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.