Site logo

Archived topic

How to get a bigger Mobile logo

3 replies · Started by Hemapriya on October 26, 2022

Viewing posts 1–4 of 4

Hi there,

the logo gets its height from the Menu Item Height. But for some logos that doesn't work nicely.
To fix that, add this CSS to your Customizer > Additional CSS:


#mobile-header .site-logo.mobile-header-logo img {
    height: 120px;
}

Thanks it worked

Glad to hear that

This archived topic is closed to new replies.