Site logo

Archived topic

Website not displaying correctly on IE and Safari

9 replies · Started by Sean on October 25, 2018

Viewing posts 1–10 of 10

My website is displaying perfectly on Chrome and Firefox, but on Internet Explorer, the nav, headings and white clouds vector in the header are not displaying correctly. And in Safari the logo shows above the nav instead of to the left.

Is there any fix for this?

Thanks

For the IE issue, add this CSS:

@media (min-width: 769px) {
    .page-hero {
        height: 100vh;
    }
}

For the Safari issue, it looks like it's getting mixed up because the navigation is floating to the right.

What if you set it to display above the header instead?

Great, the headings, nav and logo seem to have fixed for IE, but the vector clouds img i used in the header element still is not showing up for IE.

Hi there,

can you try giving the SVG a height property in your CSS, and see if it works on IE.

Seems to be displaying in IE now, however, i can't get it to go to full size across the header, I've tried giving the SVG 100% width but that only seems to center it.

Try a min-height property instead, not sure if IE will handle that but worth a shot.

Doesn't appear IE can handle it, and if i try the display messes up for the other browsers, I can see why people hate IE so much.

Thanks David!

You're welcome

This archived topic is closed to new replies.