Archived topic
Wordsmith Theme Width with One Right Sidebar
3 replies · Started by Erik on August 4, 2019
Hi,
I'm having a small issue with Wordsmith (I also checked a FRESH install and it's also doing this...)
It comes with Single Blog as Content (No Sidebar) (with the other two WITH sidebars). I've just needed to ADD a Sidebar to my blog, and it seems to make the Single Post Too Narrow Horizontally. When you actually reset the Layout Width (1100px) it seems to WAKE it back up to the right width, but in reality the single posts are still displaying too skinny.
If there's a fix I could apply that would be great.
Thanks Again,
Erik
Hi there,
the WordSmith site uses some custom CSS to narrow the single post content width. Go to Customizer > Additional CSS - delete this block of code:
body.single .site.grid-container {
max-width: 800px;
}
Hi David,
Thanks SO MUCH! (I should have looked there...silly). I'm so glad it was so easy to fix - I actually just made it 1100 as the other settings, so easy to go back if I decide not to use the sidebar there.
Thanks Again and Take Care,
Erik
Glad to be of help.
The WordSmith site was built before we added Content Width to the Layout Element:
https://docs.generatepress.com/article/layout-element-overview/
Which is a easy way of dynamically controlling content widths ( and other things ).