Section Padding Not Working

Hi guys,

Just noticed something strange - the padding of main section is not working properly

It would change when editing in Cornerstone

but does not reflect after saving and checking the website in a private browser window

At the moment the padding was adjusted using the row padding

Any idea what is causing that and how to fix it?
Thank you!

Hi @kcreative,

That is because you have the code:

/*No Padding on top*/
.e5-1.x-section {
    padding: 0em 0em 3em 0em;
}

That is in the CSS section in the Cornerstone page. Kindly remove the CSS so that the padding settings of the section will take effect.

Hope this helps.

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