[Resolved] inner pages pageheader does not work well on blog

Home Forums Support [Resolved] inner pages pageheader does not work well on blog

Home Forums Support inner pages pageheader does not work well on blog

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #673201
    Jos

    Hello support,

    I used the starter site Flix Frame Aspire. This looks very good. But on the blog page (reviews) the inner pages pageheader does not work well. The pages all have the page content push up across the header. On reviews this is not the case.
    Can you help me?

    Thanks in advance.
    Jos

    #673217
    David
    Staff
    Customer Support

    Hi there,

    the static Pages are using Elementor and the content has some negative margins applied to them. The Single Posts are the GP templates, to achieve the same effect you could apply this CSS:

    .single-post .site-content {
        margin-top: -90px;
    }
    @media (max-width: 768px) {
        .single-post .site-content {
            margin-top: -60px;
        }
    }

    Then its a case of setting the container colors in the Customizer to suit.

    #673553
    Jos

    Hi David,

    It’s not exactly the same, but it keeps the appearance better.
    Thanks for your fast reaction! Great speed!

    Jos

    #673577
    David
    Staff
    Customer Support

    You can set the content background color to match. Glad to be of help.

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