Classic Section vs Section Alignment

Hi there,

I have many pages built with “Classic” sections. Recently I had to update one of those pages and added a new Section. The new section type was not aligning with the “classic” sections.

I figured out there was a difference between the sections with this snippet of code below.

display: table;

Once I applied the code to the section under Inline CSS and played a little bit with the padding I got it to align.

However, it was brought to my attention that adding the additional code completely breaks in Internet Explorer.

Is there a way to solve my alignment issues with it breaking completely in Internet Explorer or completely reconstructing the rest of the page?

Thanks!

Hi @iccwebadmin,

Thank you for writing in, you applied padding on those old columns, while you did not on the new ones.

You need to apply left and right padding on those new columns as well.

For multiple column row, you might need to apply the left and right padding on the ROW (not on columns)

Let us know how it goes,
Cheers!

Ahh okay I see the error of my ways. I’ll take some time to adjust the sections/rows/columns to get then aligned. Thanks for you help! I appreciate it.

You’re welcome, let us know how it goes.

Cheers!

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