Problem with background color and border

Hi, I have a page setup here:

http://www.blackhorseyard.com/wp/

I can’t find the setting to remvoe the small grey border around the content, and on smaller screen sizes the page background is grey where it should be white to match the max width color.

Can you help?

Hi There,

Thanks for writing in!
To remove the border and the shadow from the content please add this CSS to your Pro->theme option -> Global CSS

.x-boxed-layout-active .site,
.x-boxed-layout-active .x-site {
   border: 0px !important;
   box-shadow: none !important;
}

I didn’t see the page background gray in a smaller screen, can you please help us to understand the exact issue.
You can post a screenshot.

Thanks

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