Full width or boxed for one page only

hi there,
working with x and renew.
is it possible to make only one page (in my case the blog page) full width like the theme does? i mean not boxed but full width.
i can see an option in the settings but it does not do anything.
the website is set on boxed and when i set the blog page on full width it is still boxed. the screenshot shows the wrong setting - i know :wink:
thanks a lot! kai

Bildschirmfoto 2021-04-20 um 12.59.47

Hi Kai,

Regretfully, there is no such option to make the Blog page full-width whereas the Boxed layout is chosen from Theme Options > Layout And Design. Still, if you want the Blog page in full width, you need to add the following custom CSS code into the Theme Options > CSS.

.blog .site
{
    max-width: 100% !important;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

dear @tristup,
thanks a lot for your help!
that will do for now and in the long run i will switch to pro and its layout builder :wink:
best wishes, kai

You are most welcome.

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