CSS bug for IE styles in 2 column layout
-
IE11 wasn’t rendering a 2 column layout correctly and I traced it to IE-specific styles in blocks.style.build.css that has a style for 3 columns.
.ab-layout-columns-2 > .ab-layout-column-wrap {
-ms-grid-columns: 1fr 2em 1fr;The 2em should be removed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS bug for IE styles in 2 column layout’ is closed to new replies.