How do I increase the size of the mobile menu icon?
Thanks in advance.
Hi
You can try this:
.btn.off-canvas-toggle span { height: 3px; width: 25px; } .btn.off-canvas-toggle span.bar-first { margin-top:-9px } .btn.off-canvas-toggle span.bar-last { margin-top:8px }
Thank you