Archived topic
How can I control the layout of blog page?
18 replies · Started by Stephen on July 16, 2020
Yes, I did. I added some plugins which works well with other parts of GeneratePress except for the blog page.
Something is adding that full-width-content to the <body> element, so we need to find out what's doing that.
The theme itself can only add that class on single pages and posts if this option is set: https://docs.generatepress.com/article/page-builder-container/
Elements can apply that class anywhere on the site using a Layout Element: https://docs.generatepress.com/article/layout-element-overview/
If it's neither of those, it has to be a custom function or a plugin adding the class.
Thanks a lot! It worked for me. Appreciated your help!
No problem :)