Archived topic
Move Hamburger Lower
5 replies · Started by Kevin on February 22, 2021
Viewing posts 1–6 of 6
Hello-
I recently added the below CSS, but also wanted to find out how do I lower the Hamburger menu on mobile and tablet modes? Thanks
.gp-icon.icon-menu-bars {
font-size: 20px;
}
Hi Kevin,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Here you go, thanks!
Hi there,
try adding this CSS:
.gp-icon.icon-menu-bars svg {
top: .25em;
}
That worked, thanks!
You're welcome
This archived topic is closed to new replies.