Archived topic
Sider library site- wide margins
3 replies · Started by GILL on April 6, 2021
Hi - I'm new and learning ...
Searched for this and can't find an answer.
I love this Sider site I got from the library but how do I make the margins thinner in the blog posts?
https://www.screencast.com/t/DBobu3RB
Hi there,
Sider template imports custom CSS to the site that causes that.
Within Appearance > Customize > Additional CSS, you'll find this CSS:
.no-sidebar:not(.archive):not(.blog) .inside-article > *,
.no-sidebar:not(.archive):not(.blog) #comments,
.no-sidebar:not(.archive):not(.blog) .paging-navigation {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
The max-width: 700px; is causing it to be narrow. You can either adjust the max-width value or remove the specified CSS completely.
Thank you sooo much! Perfect!
No problem. Glad to be of any help. :)