Site logo

Archived topic

Internet explorer mess things up

13 replies · Started by Mårten on October 10, 2017

Viewing posts 1–14 of 14

Hi, I have a website that works fine in Chrome, Firefox and phones. In Internet Explorer on the other hand, I got problems. The first thing is that the font doesn't work. I use my own. The second thing is I got a horizontal scroll and the page gets big, instead of responsive.

The site: http://skaraborgsfilmfestival.se/

Do you know what the problem may be?

Thanks!
Mathilda

This custom CSS is likely causing that issue:

.site-logo {
    float: left!important;
    margin-right: 7px;
}

I removed the css and it still look the same! What about the font-problem?

What happens when you remove the logo?

How are you adding your own font? Is it working in other browsers?

I tried to delete the logo, it went better, but in the others browsers, the logo adapts to the screensize, it's like the page loses it's responsivity in explorer!

I'm using "Font Organizer" It works in the other browsers, it's just explorer that make no sense!

Here's explorer: http://sv.tinypic.com/r/2vdi642/9
Here's chrome: http://sv.tinypic.com/r/snibdu/9

Maybe try removing the display:flex code from your header/site logo/header widget for now - it might be messing IE up.

Otherwise you can just resize the image to fit inside your container, which would be better for site speed anyways.

I changed the image to fit the container and it looks good on my big screen. But if I resize the browser, the horizontal scroll comes back. I think we can live with that. I just under 1200px, and how many people uses a computer with size of the screen and explorer...

But the font-problem, do you know have any idea why it's different in explorer?

I have not applied any flex CSS, but I can see that it's there. The thing is, there is no layoutplugin installed, so where does the flex comes from?!

Thanks, I try that!

Have you checked in your CSS file? Or in Customize > Additional CSS?

Yes, sorry. you where right. I used it to put the headerwidget under the "logo". Is there any other way I can put the text right under the logo without flex?

I found out that I needed woff-format for the font, btw! So now it works fine in every browser.

What if you just added the text in the "After Header Content" hook in "Appearance > GP Hooks"?

Let me know :)

Thank you, that was perfect!

Thanks for all the help, have a great day!

Thanks! You too! :)

This archived topic is closed to new replies.