[Resolved] separate page title from content container

Home Forums Support [Resolved] separate page title from content container

Home Forums Support separate page title from content container

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #937272
    Marc Witschi

    I would like to separate the page title from my content container. It does so if I add a post category to my menu:
    https://ibb.co/vj16q6K
    But if I display a page it displays the page title in the same container:
    https://ibb.co/x28Rq6m

    Can you help me to display all page titles in a separate container as it is on the first link?

    Thank you!

    #937297
    Leo
    Staff
    Customer Support

    Hi there,

    You can try using the header element module.

    I’ve explained it here:
    https://generatepress.com/forums/topic/i-want-to-have-full-length-heading-on-single-posts/#post-936496

    Let me know if this helps πŸ™‚

    #937318
    Marc Witschi

    Hi Leo, thanks for your help.

    I’ve tried with an element header and I’m getting closer to where I wanna be πŸ™‚
    https://ibb.co/BsZXQdG

    How do I get some space between the menu and my new header element?

    Thank you in advance

    #937325
    Leo
    Staff
    Customer Support

    Try this CSS:

    .site-header {
        margin-bottom: 20px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #937349
    Marc Witschi

    works fine! Thank you very much!

    #937350
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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