Wonx2150
Wonx2150

Reputation: 149

Weird IE bug - Wordpress theme

I am having problems with a weird IE bug and cant figure out why its upset. I am testing it in IE 11.

The problem is that one section of my page wont appear on IE, but it appears fine on Firefox and Chrome. The code is written so that there is a Desktop and Mobile/tablet version of the section and they run 100% fine in Chrome and Firefox, yet IE just wont display anything.

This is the page and if you scroll down to "Vi hjælpe i alle fag" you will see the problem. http://u1f8aki.nixweb23.dandomain.dk/folkeskolen/

Any suggestions as to what is wrong or how i can fix it are greatly appreciated :)

Upvotes: 0

Views: 34

Answers (1)

Vel
Vel

Reputation: 9342

Add this style in your style.css

.subjects {   
   width: 100%;
}

Upvotes: 1

Related Questions