Site logo

Archived topic

Logo has been squeezed when scroll the page

4 replies · Started by Kelvin on June 5, 2021

Viewing posts 1–5 of 5

Dear Sir/Madam,

My logo on the website is a circle shape, Normal logo size, when I scroll down the page and then up a bit, I find the logo has been squeezed Logo has been squeezed, could you tell me how I can make the logo being proportional resize it?

Best regards,

Kelvin.

Hi there,

you have this CSS:

.header-image.is-logo-image {
    width: 80px;
    height: auto;
}

change it to:

.header-image.is-logo-image {
    height: 80px;
    width: auto;
}

And you can adjust the height of the Sticky Navigation by adjusting the Menu Item Height in Customizer > Layout > Primary Navigation. the Logo will increase relative to this height.

Problem is solved

Glad to hear that

This archived topic is closed to new replies.