Tagged: Hamburger-Menu
Hello,
Is there a way to make the burger icon lines a bit thinner and to change the icon’s size (smaller)?
Thank you
Hey sitesme,
Please try the following in Quick CSS under Enfold->General Styling:
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
height: 1px;
}
Best regards,
Rikard
Thank you @Rikard
The lines are thinner, perfect. Is there a way to change the icon’s size as well?
Thank you
Hi,
Thanks for the update. The burger menu is actually not an icon, so I’m not sure I understand what you mean. Do you want less width and height? If you could explain your intentions a bit further, then it will be easier for us to give you some CSS to use.
Best regards,
Rikard
Hi @Rikard,
Sorry. I thought it was an icon.
Yes, I would like to reduce the width/height of the burger menu by 20% or so.
Hi,
Please try this CSS as well:
.av-hamburger-box {
width: 25px;
}
.av-hamburger-inner::before, .av-hamburger-inner::after {
top: -6px;
}
Best regards,
Rikard
Hi @Rikard.
The last bit of the code, to decrease the spacing between the links did not work. One line disappears and there will be only 2 lines in the burger icon.