How To Change Blog Post Padding

QuestionsCategory: QuestionsHow To Change Blog Post Padding
Sam Gravener asked 2 years ago

Hi, I’m hoping you can let me know where in the stylesheet I’d need to make adjustments in order to increase the padding on my blog posts. 
Right now, When viewed on desktop, the text is right up against the edge of the screen, which you can see on the URL here https://samdoylecoaching.co.uk/pinterest-group-boards/ .I think it’s about 15 pixels from the edge. 
 
Thanks so much. 

1 Answers
Support Team Staff answered 2 years ago

Right now it is set at 30px.  You can add this to your additional CSS to modify that
 
.content {
padding: 30px;
}

Sam Gravener replied 2 years ago

Thank you!!! That’s perfect!