Post page fullwidth

Hello!

Ich habe issues on my post pages…

http://box5706.temp.domains/~uxyfttmy/aquatic/wirtschaftsblatt/

i was looking for hours for the post-attributes or settings to activate the post-attributes to be able to switch to full width view on post pages.

i have checked the setting “full with post layout” on “Post settings” but nothing happen…

my only goal is to have a fullscreen post page… no boxes, no container, and so on… simple full page view… can you help me and also explain me why the Wordpress post attributes are not to find ?!

thank you!

Hello @bigdreams,

Thanks for writing in!

To have full width post page layout please navigate under X > Theme Options > Layout and Design > Content Layout and select Fullwidth.

Thanks.

Thank you for response — This is already set! But its still not fullwidth :thinking:

Hello @bigdreams,

Thanks for updating the thread.

Please add following CSS under Pro > Theme Options > CSS:

.single-post .x-container.width {
    max-width: 100% !important;
    width: 100% !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

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