The large header of the website (showing a large header logo above the menu) displays perfectly in Firefox but displays as a very small header image in e.g. Safari (recent and older version) and Edge on Windows 10. This seems like a bug in the Enfold theme?
Hey elvirais!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center.avia-webkit .logo {
left: 0;
transform: none;
-webkit-transform: none;
}
Regards,
Yigit
That does the trick in Chrome and Edge, thanks :) In Safari it shows the larger header but it isn’t centered but positioned to the left.
Works perfectly now, thanks a lot!