• Hello,
    I’ve updated the website to the latest theme version 2.1.6 today and the logo up top no longer resizes when you start scrolling. Here is another website running Sydney Pro 2.1.5 and you can see what I mean about the logo shrinking while scrolling: https://piperrayne.com/
    Can you please advise on how to get it to the way it used to be? I have a number of other websites where I anticipate running into the same issue again…
    thank you in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Seem likely it was due to the width of your logo is too wider compared to its height. So you’ll need CSS adjustment to control its proportional size.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .site-header .site-logo {
      max-height: 180px !important;
      width: auto !important;
    }
    

    Hope that helps.

    Regards,
    Kharis

    Thread Starter zja888

    (@zja888)

    thank you so much!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Logo doesn’t resize’ is closed to new replies.