How to add margins to a section?

HI for some odd reason i can not get my home page … here>> https://claycaldwell.law/new/

to look like all the other pages on my web site… just click through the web site and you will see that there are margins on the sections on all the other pages…

there is no toggle switch to turn on and off margins.

Hello @Eyeappealdesign,

Thanks for asking. :slight_smile:

If you are not seeing Margin Settings in Cornerstone then you need to activate Advanced Mode under Pro > Settings > User Preference > Advanced Mode and select Always On.

After that you will see option to change margin property.

For more information, please take a look at following article.

Thanks.

I have all the margin options they just aren’t doing what there are supposed to do for me… see this video as a stuggle to use words to explain lol https://drive.google.com/file/d/1TTrv1DpzI6cwN7lPwrbkyyJ1hTDSnkb2/view?usp=sharing

Hello @Eyeappealdesign,

Thanks for providing the screencast. Actually the issue is not the page itself or the section margins. The problem is that you added a custom css in the X > Theme Options > CSS. Remove this code to resolve your issue.

.home .x-container.width {
    width: 100%;
    margin-bottom: 0;
}

I assume that you had this code added because you wanted to have a full width section. You do not need that code. If you want your column contents to go fullwidth, all you have to do is to click the row settings and enable the “Inner Container” option.

Hope this helps. Please let us know how it goes.

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