Home › Forums › WoodMart support forum › Blog layout problems/suggestions › Reply To: Blog layout problems/suggestions
February 26, 2018 at 7:23 am
#42249
Artem Temos
Keymaster
Hello,
So as we can understand, you just want to decrease the area for your posts on the single post page? Try to use the following CSS code for this
.single-post .site-content {
padding: 0 60px;
}
Regards