Archived topic
Full width blog post
1 reply · Started by Frank on September 27, 2017
Viewing posts 1–2 of 2
I'm using no sidebars on blog posts and would like to know how to reduce the overall width of content section.
Thanks
Give this a shot:
.single .site-main {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
This archived topic is closed to new replies.