Reply To: mobile header size in menu plus add-on

Home Forums Support mobile header size in menu plus add-on Reply To: mobile header size in menu plus add-on

Home Forums Support mobile header size in menu plus add-on Reply To: mobile header size in menu plus add-on

#182655
Tom
Lead Developer
Lead Developer

Hi Matt,

The adjust the height of the logo, you can use this CSS:

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

For the entire mobile header:

.main-navigation.mobile-header-navigation .main-nav ul li a {
    line-height: 60px;
}