Site logo

Archived topic

Make mobile logo bigger

5 replies · Started by Victor on February 20, 2019

Viewing posts 1–6 of 6

how can i make the logo on mobile bigger thanks in advance

Hi there,

the Site you imported is using CSS to size the mobile logo. Go to Customizer > Additional CSS and look for this:

/* Mobile Navigation Breakpoint */
@media (max-width: 922px) {
	.site-logo {
    width: 140px; /* Change this size */
    margin: 0 auto 32px auto!important;
    display: block;
}

Change the width - i have added a comment on that line.

Thanks David

You're welcome

Hi there,

To make your mobile logo bigger, try increasing the menu item height option (for mobile) in Customize > Layout > Primary Navigation.

Let me know :)

This archived topic is closed to new replies.