Hello,
Look at this site in IE 8 and 7.
On both versions the content is not centered at the top banner.
Can you help me with that?
Gr. Jeen Kersten
Hey!
Please try to insert following code into header.php – place it before the closing </head> tag
<!--[if lt IE 9]>
<style type="text/css">
.ls-wp-container{ padding-left: 120px; }
</style>
<![endif]-->
I tested it with IE8 and it seems to fix the issue on your website. I’m not sure if it works with IE7 because officially Enfold doesn’t support this browser version and I didn’t test it.
Regards,
Peter
Hello,
Thanks for the response.
I’ve tried that (you can see it in the source code) but nothing happens.
Maybe you can take a look again?
I’ve also got another question. I will post a new threat for that!
Gr. Jeen
Hi!
I forgot the style tag around the css code. Please try it again – I corrected the code above.
Best regards,
Peter
Thanks! Works great!
Gr. Jeen