• I upgraded the theme and the logo in the header menu at the top of the page is small when opening the website and gets bigger when you scroll down. I want to have the same static size as it is when scrolling down. It used to work like this before te upgrade.

    Any ideas how to fix? Thank you.

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

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

    I am sorry for the trouble caused.

    To fix it, add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .is-sticky .site-header .custom-logo-link img {
      max-width: 100%;
    }
    

    I hope that helps.

    Regards,
    Kharis

    Thread Starter mk2k

    (@mk2k)

    Hi Kharis,

    Thanks for your quick reply. Adding the code created the opposite behaviour I wanted to have. Logo is always small. I fixed it by changing your CSS to the following:

    .site-header .custom-logo-link img {
    max-width: 80px;
    }

    I saw in developer mode while scrolling it went from max-width: 100% to 80px;
    Now logo is okay and not changing size anymore.

    Thanks for pointing me in the correct direction.

    • This reply was modified 3 years, 8 months ago by mk2k.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘after upgrade menu logo is small and gets bigger after scrolling’ is closed to new replies.