Section Centre-Align formatting not showing on browser

Hi, i’m working on a page in http://launchesguru.com/main/ and have an issue with the alignment of the 1st section. The 2 rows looks to be left-aligned in my browsers but is responsive and centre-aligned in cornerstone.

I’ve also checked that the formatting for rows and columns are selected with centre-align and there’s no left/right margin settings in place. Can you help? Many thanks!

Hi There,

Thank you for writing in, that is happening because you change the HTML markup of the Columns (made a link), the columns now has no default 4% right margin. Please add this to Theme Options > CSS

@media (min-width: 768px) {
	.default-margin {
		margin-right: 4% !important;
	}
}

And then add the CLASS default-margin to the first and third column.

Hope it helps,
Cheers!

Hi,

Thanks for your reply, it works well now!

We are delighted to assist you with this.

Have a nice weekend.

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