Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #545381

    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?

    #545383

    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

    • This reply was modified 8 years, 11 months ago by Yigit.
    #545452

    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.

    #545456

    Hi!

    I adjusted the code above. Can you please try it now?

    Cheers!
    Yigit

    #546326

    Works perfectly now, thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Large header image incorrect in Safari, Edge’ is closed to new replies.