Archived topic
Unused / Wasted empty space in post text
6 replies · Started by Kir29 LLC on May 11, 2020
Hi,
We are very happy with how the posts text is displayed in Mobile and Tabled but we've noticed in desktop there is a lot of unused / wasted empty space (see black boxes in attached screen shot).
Could you please advise how to reduce that space for our blog posts?
Thanks
PS: We could't figure out a way to attach our file containing a screenshot so it's been sent via email.
Hi there,
in Customizer > Additional CSS you have this controlling the content width:
body.single .site.grid-container {
max-width: 800px;
}
Delete that.
For screenshots you need to add a URL to the actual image from your WP Media library or cloud drive etc. or use a Screensharing site.
That would work. Thanks
Could you please confirm what is the CSS controlling the home page width?
The home page width is defined by the Customizer > Layout > Container --> Content Width
You can use the Layout Element if you want to change a pages width independently:
https://docs.generatepress.com/article/layout-element-overview/
All fixed now. Both worked! Thanks
Glad to be of help