Home › Forums › WoodMart support forum › Side margins in blog posts › Reply To: Side margins in blog posts
October 8, 2018 at 11:40 am
#81602
Elise Noromit
Member
Hello,
Please add this code to the Theme settings > Custom CSS
.post-single-page .article-body-container {
max-width: 600px; /* Set your container width */
margin-left: auto;
margin-right: auto;
}
Best Regards