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
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 there,
Give this CSS a shot:
.fl-builder.no-sidebar .container.grid-container {
max-width: 1100px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
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.
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?
Try the Disable Elements add-on.
https://docs.generatepress.com/article/disable-elements-overview/
Let me know.
Thanks, it works.
Glad I can help!
Bump for a new issue.
How can I move "related posts" part in blog posts in line with page container?
Currently things are off on the left side, as seen here. https://kodufoto.ee/portfolio/uhetoaline-korter-paldiskis/
Try using Contained in Page Builder Container: https://docs.generatepress.com/article/page-builder-container/