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

    Hello Enfold Support,

    I am helping a friend with her site: kathleenduich.com.

    The logo image’s placement breaks with Mac and iPads using Chrome and Safari.

    Do you see something with the code that would be preventing it from laying out correctly with those browser environments?

    TIA,
    Greg

    #376412

    Hi Greg!

    Please add following code to Quick CSS as well

    .html_header_top.html_logo_center .logo {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    }

    Regards,
    Yigit

    #376457

    That did it – thank you!!

    This is resolved :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo "broken" with Mac/iPad’ is closed to new replies.