Archived topic
Mobile menu vertical positioning and label font size
4 replies · Started by Paul on December 15, 2019
Viewing posts 1–5 of 5
Hi guys
For the hamburger mobile menu could you possibly help on the following:
1. How to control the vertical positioning of the hamburger menu and its Menu label
2. How to control the Menu label font size independent of the hamburger icon size
https://ibb.co/dBfg57q
Hi there,
try this CSS:
#mobile-header .menu-toggle {
line-height: 60px;
align-self: flex-end;
}
.menu-toggle .mobile-menu {
font-size: 20px;
}
Thanks again David, this works well!
cheers
Paul
Glad to be of help
Glad to be of help
This archived topic is closed to new replies.