Header Logo Cut Off in Safari

Home Forums Porto – Responsive HTML5 Template Header Logo Cut Off in Safari

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10021668
    brianlakeman
    Participant

    I usually use Chrome on my Mac and all looks good. But when I decided to check how it looks on Safari, I noticed the header logo is cut off at the top. It shrinks properly (which you just helped me with, by the way. Thanks.), but approximately 40% is not visible. I had a colleague check, and it’s happening on his Mac in Safari too. I am personally using Safari version 10.1.1 on OSX version 10.12.5. Any thoughts?


    #10021671
    Support2
    Keymaster

    Hello,

    Please add in css/custom.css this code:

    @media (min-width: 992px) {
    	html.safari #header.header-flex .header-logo {
    		display: block !important;
    	}
    }

    Please try that and let me know if you need further assistance.

    Kind Regards,

    Rodrigo.


    #10021672
    brianlakeman
    Participant

    Perfect! Again, thanks for the great support.


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.