"Blank - No Container | Header, Footer" Layout for Posts

Hey Themeco Team,

I’ve been researching this topic for a while and was only able to find solutions from a few years ago, which no longer seem to work.

Can you suggest a way to globally make my Posts mirror the layout I have set for my Pages that are using the “Blank - No Container | Header, Footer” layout?

Thank you!

Hello @bartenderonduty,

Thanks for writing in!

To accomplish what you have in mind, please do the following:

1.) Please go to X/Pro > Theme Options > Layout and Design and set the “Content Layout” to Fullwidth.
2.) And then, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.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;
}

We would love to know if this has worked for you. Thank you.

This is perfect, thank you very much!

You’re welcome!
We’re glad we were able to help you out.

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