Hi,
I chose Enfold after much comparison with other themes because Enfold consistently has much better browser compatibility than any other theme in Themeforest. It just works. I’m very impressed by your attention to details.
But now I really like your new Flat business demo, it looks great, but when I checked it in IE8, I noticed that the nav bar disappears or doesn’t show up at all.
Can this be fixed?
Thanks in advance
Hi dogooder!
Thank you for using Enfold and for pointing that out.
You can add this on Quick CSS or custom.css to change the header color:
.avia-msie-8 .av_header_sticky_disabled#header {
background-color: blue;
}
Or use this to move the #main container upwards:
.avia-msie-8 .html_header_transparency #main {
padding-top: 0px !important;
top: -88px;
position: relative;
}
Best regards,
Ismael