Padding on side of blog page

Hi, I’m working on X Theme on http://dev.weareblacksheep.org/blog/ and we have zero margin or padding on the sides of this page (or any other page/post, without adding to each). The site width settings in Theme Options isn’t changing this.

Please advise as to how to add padding on side of our blog page.

Thanks

Hi @Web_Services,

Thank you for writing in, please remove this from your Theme Options > CSS

.x-container.max {
    max-width: 1800px;
}
.x-container.width {
    width: 90%;
}

These are the same settings that option Site Width (%) and Site Max Width (px) provides (Theme Options > Layout and Design).
.
If the issue persists, please provide us a direct page URL where we can see the issue.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.