Archived topic
mobile header size in menu plus add-on
4 replies · Started by Matt on March 29, 2016
Hey Tom
I was wondering if it was possible to adjust the size on the new mobile header in the menu plus add-on , I would like to make it a little bigger.
Thanks
Matt
I mean the logo, make the logo a little bigger in the new mobile header section under menu plus add-on
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;
}
Thanks. That worked a treat.
Got another thing I cant figure out for the life of me. I want to get rid of all the white space between the menu title and the menu picture when its viewed on a mobile. My goal is to have the whole menu visible on a mobile when you hit menu without scrolling. Site is http://91b.96d.myftpupload.com/
Thanks Matt
To be honest I'm not really sure what's causing all of that white space. It must be something in the HTML/CSS markup.
