Site logo

Archived topic

adjust mobile menu logo size

1 reply · Started by Braden on January 21, 2018

Viewing posts 1–2 of 2

I need to be able to adjust and control the size of the logo in the mobile menu. I can't seem to do this and my logo is too small on mobile view.

My site is at:
http://152.a6f.myftpupload.com/

Hi there,

Give this CSS a shot:

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

.mobile-header-navigation .menu-toggle {
    margin-top: 25px;
}
This archived topic is closed to new replies.