How to enable truly marginless columns in Cornerstone Landing Page?

I’m using cornerstone as a page builder. I’ve enabled marginless columns but there’s still a sliver of white on the sides of the page.

How can i change my LP to be truly marginless? I’ve attached the LP in a secure note below:

Hi there,

There is a default 8px margin in the body area of your site.

I am not certain if you are using X or just Cornerstone, but kindly add this code to the CSS area of your site:

body {
    margin: 0;
}

Hope this helps.

It worked! Thanks! :slight_smile:

Glad we could help.

Cheers!

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