Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #289195
    #289308

    Hi mlfoxdesigns898!

    Thank you for using the theme!

    Please use this on Quick CSS or custom.css:

    
    .html_logo_center.html_header_top.avia-msie .logo {
        width: 100%;
        left: 0;   
    }
    
    .avia-msie .logo img {
        position: absolute;
        left: 50%;  
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }
    

    Cheers!
    Ismael

    #289524

    Thank you for responding.

    With that code it looks like this

    Pushes it further to the left

    #291692

    Any other ideas?

    #292125

    Hi!

    I think somehow my last response here didn’t get posted. Sorry about that!

    Try:

    
    .avia-msie .logo {
        margin: 0 auto;
        width: 195px;
        transform: none !important;
        left: 0px !important;
        right: 0px;
    }
    

    I’ve changed the width to fit your logo .

    Best regards,
    Devin

    #292141

    Seems to be working.
    Thank you both so much
    – Mac

    #292870

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Refreshing page moves logo off-center in IE11’ is closed to new replies.