Hello,
How can I select for the blog posts pages the template Blank - No Container | Header, Footer, that I use on my site? Or Layout - Content left, Sidebar Rigth?
Thanks, regards,
Hello,
How can I select for the blog posts pages the template Blank - No Container | Header, Footer, that I use on my site? Or Layout - Content left, Sidebar Rigth?
Thanks, regards,
Hey Gabriel,
You can set the layout for the Blog page in Theme Options > Blog. For more details, please see https://theme.co/docs/blog
Thanks.
Hello @christian,
Thank you for your reply.
I have tried the 2 options (Global and Fullwidth) on https://www.dropbox.com/s/uflhsg8o5vuyfym/BlogPage.png?dl=0 and the Blog Entries always appear with Container: https://www.dropbox.com/s/pg2cffbregg757o/EntryPage.png?dl=0
Where can I select the template Blank - No Container | Header, Footer for the Blog Entries?
My site is under development, next I am sending you the URL and password, if you are kind enough to visit it.
Thank you, regards,
Hey Gabriel,
The layout is still not full-width even though you have already set the option to full-width is that in your Theme Options > Layout and Design, you set the site width to 95%.

Setting it to 100% will fix your issue but it will also affect the site width of your entire page. If you want to only apply to the single posts, it would be best to use Layout Builder.
Or you can use this CSS code to only apply to single pages.
.single-post .x-container.max {
width: 95% !important;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps and thank you for understanding.
Thank you for yuor answer.
As far as I can see for the Layout BuilderI need the Pro version.
Best regards,
Hi Gabriel,
If you want to use the Layout Builder you need the Pro, otherwise, you can use any of the other solutions given by my colleague.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.