Archived topic
My blog article sections are too big. How can I make them smaller?
1 reply · Started by Johanna on May 28, 2019
When I open my blog page all the articles are in 2 columns but they are taking up the whole screen. How can I make them smaller? I tried adding this code to css:
.generate-columns-container .featured-column {
float: none;
width: 100%;
}
and adjusting the width but there was no change.
Thanks
Hi there,
Are you happy with the container width on other pages?
If so then try using the layout element to set a narrower container width for the posts and archive pages:
https://docs.generatepress.com/article/layout-element-overview/#content-1
You can also change the global container width in the customizer:
https://docs.generatepress.com/article/container-layout-overview/
Let me know if this helps :)