Archived topic
Mobile Header Height
6 replies · Started by Juste on October 30, 2021
Hi.
Is there a setting to I change the height of the mobile header (logo, toggle, and I have an element (button) hooked to generate_menu_bar_items)?
Or CSS?
Hi there,
the height is defined by the Menu Item Height for the Customizer > Layout > Primary Navigation - mobile size.
Hi!
this "Customizer > Layout > Primary Navigation" does great for the mobile logo. But the "sandwich" icon does not change size.
Please have a look at the link below.
The icon respects the font size of the Customizer > Typography > Primary Navigation.
If you want to just change the icon you can use this CSS:
#mobile-header .menu-toggle {
font-size: 30px;
}
Thanks
You're welcome