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!





