Home Forums Theme support Issue with theme and Nokia Internet Explorer Reply To: Issue with theme and Nokia Internet Explorer

Hi,

we’ve tried it with Nokia Lumia but cannot see any problem. Maybe there is a problem with the z-index of background and page container, so I think this css code could solve the problem:

body {
 position:relative;
 z-index:1;
}

#container {
 position:relative;
 z-index:4;
}

You can insert the code above in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content.