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

    I was required to update to the most current version before receiving support on an unrelated issue with the responsive menu. After this update, many of my fixes for IE8 were completely broken, even less functional than it was before I originally fixed it — I can’t even get icons to display. My CSS3 emulators stopped working, even the site header has changed completely. It looks as though it isn’t even recognizing CSS changes after the update and isn’t immediately apparent why.

    #312455

    IE9 also.

    #312640

    Hey!

    Thank you for using Enfold.

    IE8 doesn’t recognize media queries that is why you’re seeing spacing issues. Honestly, I will not expect much from an old hag browser like IE8. The only major issue that I noticed on browser is the menu overlapping the logo which can be fixed with this on Quick CSS or custom.css:

    .avia-msie-8 .av-main-nav > li > a {
    padding: 0 6px;
    font-size: 11px;
    }
    
    .avia-msie-8 .logo a img {
    width: 60%;
    top: 5px; 
    }

    Cheers!
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.