Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout broken on IE 11 #103

Closed
ck2000 opened this issue Mar 13, 2018 · 5 comments
Closed

Layout broken on IE 11 #103

ck2000 opened this issue Mar 13, 2018 · 5 comments

Comments

@ck2000
Copy link

ck2000 commented Mar 13, 2018

grafik

@ck2000
Copy link
Author

ck2000 commented Mar 17, 2018

Anybody able to help me out with this?

@Flohyr
Copy link

Flohyr commented Mar 28, 2018

Ok,

the problem is in the render engine of IE11. For some reason it seems not to work out proper to calculate the 'my-auto' class in the index.html on line 60 which sets margin at the x and y axis to zero.

Anyhow - a workaround that fits for me is this: search for ./css/creative.css.
Go to line 203 (class header.masthead).

Change the line from:
padding-top: 0
to
padding-top: 95px;

Regards,
Flohyr

@davidtmiller
Copy link
Member

This is a workaround for sure, but the root cause of this is IE 11 and it not fully supporting flexbox.

@ck2000
Copy link
Author

ck2000 commented Jul 10, 2018

So no fix for IE11?

@davidtmiller
Copy link
Member

Nope, unfortunately I just don't have the time to go to each theme and update them for IE 11. It's a dying browser version that is losing support so I'm just calling it quits on IE 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants