Add padding to single blog post

Is there a way to add padding to only the actual blog post and not the blog overall? I've played with so many different types of CSS, and the only one I've gotten to work is:

.post {
    padding: 50px 200px 0 200px;

However, that adds padding to the entire blog as a whole, so even when I add blog blocks to a page, it still has that padding, so I'm unable to use the Grid or Masonry blog styles. We have a client that really wants to use the Grid style, but doesn't want their actual blog post content to be full-width, so I need to find a new code snippet. 

Is there something else that will work? Thank you!

Comments

Sign In or Register to comment.