Hi
How do I reduce the size of the burger on smaller devices please.
Thanks
Huw
same shit different name: with mediaquery (play with the values and determine the 480px if it is small enough etc.
@media only screen and (max-width: 480px) {
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
width: 30px;
height: 2px;
}
.av-hamburger-inner::before {
top: -8px;
}
.av-hamburger-inner::after {
bottom: -8px;
}
}
This is great Guenni. Many thanks for your help!
Huw
Hi,
Thanks for the feedback and thanks @guenni007 for helping out. Please let us know if you should need any further help on the topic or if we can close it @ehdavies.
Best regards,
Rikard
Please close. Thanks for this guys.