Hi Mitt,
Thanks for reaching out to us. To adjust the mobile menu icon size, css please see this video. If you still face any issues, kindly share a short video demonstrating the problem. Our team will review it and get back to you with a solution as soon as possible.
Looking forward to your response.
Regards,
Amir
Dear @mittwaffen,
I hope this message finds you well. Since we haven’t received any response from you, we assume that the issue has been resolved. Therefore, I’m marking this thread as resolved.
If you need any further assistance on this matter, feel free to create a new thread. We will be happy to assist you.
Best Regards,
Reju
Thread Starter
Mitt
(@mittwaffen)
Hey guys, we mean the primar hamburger icon, not the submenu icons, we’re struggling to modify the size of this, do you have assistance to edit the main open/close icon size for mobile?
We currently cannot locate this option appears missing or not working for us; will send followup video after your next reply if need be.
Thanks!
Hi Mitt,
Hope you are doing fine. The hamburger icon is in standered size which is why there isn’t a built-in control in the editor to resize it. However, you can easily adjust its size using custom CSS. Please add the following code to Appearance → Customize → Additional CSS:
@media (max-width: 767px) {
.elementskit-menu-hamburger {
width: 43px !important; /* Adjust to your preferred size */
height: 30px !important; /* Adjust to your preferred size */
}
}
Let us know if you need any further assistance.
Best regards,
Amir