• 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)
  • ((edit: nevermind, I think I’m seeing a different bug))

    • This reply was modified 5 years, 3 months ago by Jon Schroeder.

    Thank you! The column fix was exactly what I needed.

    Plugin Author John Parris

    (@mindctrl)

    Thanks all for the reports. We’re working on the IE styles already. The automated tool we were using to generate the IE styles wasn’t working well, so we’re changing our tactics there. You should see some fixes later this week that address these.

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.