Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #895407

    Anyone know how to get the logo to center horizontally here http://studio.modifyatl.com/ in IE?

    #895500

    Hey Brian,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width:989px) and (min-width:768px) {
    .responsive .logo img {
        margin: auto!important; 
    }
    }
    .logo img {
        margin: auto!important; 
    }

    Best regards,
    Mike

    #895702

    Thanks Mike!

    #895945

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Logo In Stretched Layout Not Centered in IE’ is closed to new replies.