Site logo

Archived topic

Headings in Page Header in IE

1 reply · Started by Scott Chapman on December 1, 2016

Viewing posts 1–2 of 2

IE is displaying headings (tried both H1 and H2 tags) in the Page Header across the entire width of the screen and beyond (no break in text at any point). I just updated to the latest version of GP, didn't notice this before, but I don't often use IE so it may have behaved the same in previous versions.

Site url is:
http://adpaonline.org/

Thank you,
Scott

Isn't IE awesome?...

When vertically aligning elements in the page header, we use flexbox (least hacky way to do it).

Unfortunately, IE11 has a bug with flexbox and respecting max-width elements: https://connect.microsoft.com/IE/feedbackdetail/view/951267/horizontal-scrolling-with-flex-grow-max-width

Looks like they decided to fix it in Edge, but they're not interesting in fixing anything but security (I guess that's good) issues in IE anymore.

If you need IE support, you might need to remove the vertical centering.

This archived topic is closed to new replies.