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.