Site logo

Archived topic

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

3 replies · Started by Deurdweilers on October 8, 2020

Viewing posts 1–4 of 4

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?

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;
}

Thanks, that works!

You're welcome

This archived topic is closed to new replies.