Site logo

Archived topic

Mobile Logo Size

5 replies · Started by Yael on March 13, 2020

Viewing posts 1–6 of 6

Hi,

I really have read the different threads on how to increase the mobile logo size and yet am still stuck.

I've taken the CSS approach

.mobile-header-navigation .mobile-header-logo img {
    height: 100px;
}

.mobile-header-navigation .menu-toggle {
    margin-top: 25px;
}

but the logo is still way small on mobile. When using inspect in Chrome and viewing mobile devises, the logo is adjusted via the CSS. But when I actually view on a mobile devise, it's still very small.

Can you give some guidance?

Hi there,

could you disable Autoptimize so i can take a look

Hi David,

I've deactivated Autoptimize

Try this CSS instead for resizing the image:

.site-logo.mobile-header-logo img {
    height: 100px !important;
}

resolved

Glad to hear that

This archived topic is closed to new replies.