Hello There,
Thanks for providing the information. I have logged in and checked your site already.
To resolve your issue, please do this:
1.) Please edit your page that needs to be completely full-width and flat without visible page margins.
2.) In the Page editing screen, find the “Page Settings”.
3.) Insert a custom body fullwidth-and-flat
class. You will need this to make sure that the changes will only affect the pages that needs to be completely full-width and flat without visible page margins.
4.) And then please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.fullwidth-and-flat.x-boxed-layout-active .site > .x-container.max.width.offset {
max-width: 100%;
width: 100%;
}
.fullwidth-and-flat.x-boxed-layout-active .entry-wrap {
border: none;
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
We would loved to know if this has work for you. Thank you.