Searched the forums and tried a few different options, but nothing seemed to work. Looking to add padding above and below main porfolio content on portfolio page. I used the following code for the blog page, which worked, so something similar to this.
.blog .site > .x-container.max.width.offset, .archive .site > .x-container.max.width.offset, .single-post .site > .x-container.max.width.offset {
margin-top: 5%;
margin-bottom: 5%;
}
