Site logo

Archived topic

How to make bigger logo on mobile display?

7 replies · Started by Trạng on February 13, 2023

Viewing posts 1–8 of 8

HI there, is there anyway allow me to make the logo displays bigger on mobile? It's so small now. Screenshot here

Hi there,

try this CSS:

@media (max-width: 1023px) {
    .mobile-header-navigation .site-logo.mobile-header-logo img {
        height: 80px;
    }
}

it's okay right now. thank you David!

You're welcome

Hi David, can you help me one more time about this problem?

I've changed another version with thicker yellow line. It displays well on desktop but in mobile version, it's still the thinner line version. I don't know how to fix it.

Screenshot 1
Screenshot 2

Hi Trang,

Do you have the Mobile Header activated? If so, you'll need to replace the logo in Appearance > Customize > Layout > Header > Logo as well.

well done. thank you so much Fernando!

You're welcome, Trang!

This archived topic is closed to new replies.