Home Forums Basel support forum Make logo larger on mobile device only Reply To: Make logo larger on mobile device only

#24092

Artem Temos
Keymaster

Hello,

Firstly, we suggest you to cut your logo image to the exact size of the picture. As you can see from the screenshot, it has a lot of white space on each size that makes your logo too large and pixelated on mobile devices https://gyazo.com/ee7e2bfec2adae928ecfdfda0628f14f
Also, try to add the following code snippet to the Custom CSS for mobile devices in Theme Settings

.main-header .site-logo {
    width: 70%!important;
}

Regards