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
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
That did it – thank you!!
This is resolved :-)