Site logo

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

Home Forums Support [Resolved] How to move or remove automatic H1 page title that appears top left on pages?

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

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #261978
    Silver

    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.

    #261979
    Silver
    #261983
    Leo
    Staff
    Customer Support

    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.

    #262062
    Silver

    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

    #262064
    Silver

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

    #262179
    Leo
    Staff
    Customer Support

    Try this CSS:

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

    Let me know.

    #262197
    Tom
    Lead Developer
    Lead Developer

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

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

    Superb, thank you.

    #264032
    Leo
    Staff
    Customer Support

    Glad we can help!

    #266857
    Silver

    How to hide that title altogether?

    #266859
    Leo
    Staff
    Customer Support

    Try the Disable Elements add-on.
    https://docs.generatepress.com/article/disable-elements-overview/

    Let me know.

    #266942
    Silver

    Thanks, it works.

    #267079
    Leo
    Staff
    Customer Support

    Glad I can help!

    #356661
    Silver

    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/

    #356704
    Leo
    Staff
    Customer Support

    Try using Contained in Page Builder Container: https://docs.generatepress.com/article/page-builder-container/

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