Archived topic
Want to narrow content
1 reply · Started by John on February 14, 2018
Hey
I want to narrow content for best readability like this - https://ahrefs.com/blog/buy-backlinks/
I already decrease container width 1100 to 965
Increase content left and right padding 50 to 65
I want to try more narrow content but left right margin value doesn't work.
How can I do this?
Thanks
Hi there,
Not sure why decreasing the container more wouldn't work?
If you want different container width for the content and the navigation, you can use this CSS:
body .site.grid-container {
max-width: 800px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps.