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
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 !
Please login or Register to submit your answer