Site logo

Archived topic

inner pages pageheader does not work well on blog

3 replies · Started by Jos on September 10, 2018

Viewing posts 1–4 of 4

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

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.

Hi David,

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

Jos

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

This archived topic is closed to new replies.