Post Headers differ from page headers continued

Hi There,

I have looked at post https://theme.co/apex/forum/t/blank-no-container-header-footer-layout-for-posts/64421 to solve the issue of the missing the page attributes in my post attributes.

I would like to create the same result from page https://www.easystep2.nl/enquete/ into my blogpost https://www.easystep2.nl/enquete-waar-sta-jij-met-industrie-4-0/

Sofar trying desperate:slight_smile:

Hi Rick,

The difference I am seeing is the header landmark. By default PRO doesn’t have it. Did you add it via child theme? Please remove it. See this: https://screencast-o-matic.com/watch/cq6olYuxBU

Hope this helps.

Well finaly after a lot of searching I ended up with:

/* Align Post messages to full width /
.single-post .x-container.max.width.offset {
width: 100%;
max-width: 100%;
margin: 0;
}
.single-post .entry-wrap {
margin: 0 auto;
padding: 0;
}
.single-post .entry-title{
display:none;
}
/
.single-post .entry-content.content {
margin-top: 0;
}*/
.x-header-landmark {
display:none;
}

Hey Rick,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.