Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334765

    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

    #335390

    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

    #335759

    Hi!
    thanks for noticing. next version of the theme will include a bugfix for this ;)
    Regards,
    Kriesi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation in Flat Business demo not showing up in IE8’ is closed to new replies.