Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1047472

    Hello,
    Urgently need help to fix the logo size on desktop after the update. Mobile looks and works fine and the site works fine. It is just the logo is now stretched full width on desktop. I do have a screenshot of how it used to be. How do I get that to you?

    #1047838

    Hey Court_2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width: 990px) {
        #top .logo, #top .logo a {
            width: 350px;
            height: auto;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        #top .logo, #top .logo a {
            width: 270px;
            margin-top: 10px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047928

    Hi Victoria,

    Thank you, but unfortunately that didn’t work. The logo vanished altogether. The logo is an .svg file, but when I changed it to .png, it showed up correctly without adjustments. So, don’t .svg files work anymore with the theme?

    Also, I have been trying to make the header with the burger menu sticky on mobile, but none of the options I’ve found in the support threads work. So far I’ve tried these five options:
    All starting with the @media only screen and (max-width:767px) {

    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    .responsive #top #wrap_all #header {
    position: fixed !important;
    }
    }

    #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    }

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #top #wrap_all #header {
    position: fixed;
    }
    }

    None of the above work. Is there still something else I could try?

    #1048909

    Hi Court_2,

    Here are some threads to consider:

    https://kriesi.at/support/topic/how-to-use-svg-as-logo/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1109930

    Thanks, yes, this problem got solved, so the thread can be closed.

    #1109996

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Help! Logo on desktop out of proportion after update to 4.5.2’ is closed to new replies.