Site logo

Archived topic

How to move or remove automatic H1 page title that appears top left on pages?

18 replies · Started by Silver on January 8, 2017

Viewing posts 1–15 of 19

Hi,

here is my problem. I use GeneratePress Premium and Beaver Builder.
Every time I create a new page or a post, an H1 title is appears top left on every page. I would like to move it in-line with the left side of other elements, otherwise it looks out of place.

I suspect the problem is on the GeneratePress side but not sure. Please advise how to fix.

Hi Leo,

thank you, that worked. It looks better now.

Can you tell me which CSS line I need to move the title itself a bit left or righh within the container? Tge site will look even better if that h1 header is in line with the post title and left side of the post.

https://kodufoto.ee/wp-content/uploads/2017/01/gp1.jpg

Let me rephrase the question. How to make that title stay in the middle, both on desktop and mobile view?

Try this CSS:

header.entry-header {
    text-align: center;
}

Let me know.

Your Beaver Builder section has about 40px of padding, so you could also do this:

.entry-header {
    padding-left: 40px;
}

Superb, thank you.

Glad we can help!

How to hide that title altogether?

Thanks, it works.

Glad I can help!

This archived topic is closed to new replies.