Ben Clark
asked 10 years ago

Hi there,
Just updated my site and don’t know if it is this or one of my plugins, but the left sidebar in IE8 appears white and the search and social icons are different widths.
How do I amend this so that the whole of the left sidebar is black?
Thanks

1 Answers
DominicStaff
answered 10 years ago

To resolve the issue when left sidebar in IE8 appears white and the search and social icons are different widths, You can add the following code to the “Header code”

<style>
.lt-ie9 body {
     background-color:#222;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro