No Container for Posts

Hello there,

I would like to know how is it possible for me to display a post page with no-container, full-width, something like the “page template” ex: No container, Header, Footer.

Thank you kindly

Hi @Thaelys,

Thanks for writing in!

To display a post page with no container and it is fullwidth, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .x-container.max.width.offset {
    width: 100%;
    max-width: 100%;
}

We would loved to know if this has work for you. Thank you.

Hello !

Thanks for the reaaaaally quick answer. It almost worked. Please, see the screen below. The main goal is to be able to achieve 100% width images with still a 1200 px wide text content.

Thank you kindly

Hi @Thaelys,

Please have the code updated and use this instead:

.single-post .site .x-container.max.width.offset {
    width: 100%;
    max-width: 100%;
}

.single-post .entry-wrap {
    padding: 0;
}

Hope this helps. Please let us know how it goes.

1 Like

This. Is. Perfect.

Thank you Really much. I appreciate it.

Keep up with the good work !

You’re welcome!
Thanks for letting us know that it has worked for you.

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