When in tablet or mobile its looks flat and small. Just want to make the toggle button bigger
Hello @cheekymate06,
Thanks for reaching out to us.
I can understand what you are looking for. The Size of the Hamburger can be increased in two ways. If you haven’t changed the Default Hamburger of ElementsKit Nav Menu widget yet, then you can copy the CSS code from below and paste it into the Appearance > Customize > Additional CSS section of your site by adjusting the width and padding value of the Hamburger.
`@media (max-width: 1024px){
.elementskit-menu-hamburger.elementskit-menu-toggler {
width: 80px !important;
padding: 20px !important;
}
}
If you have changed the default Hamburger and added any other Hamburger icon, then please check this screenshot and adjust the size of the Hamburger Icon as per your needs.
Let me know if any of the steps mentioned above helps. We are always here to assist you.
Best Regards,
Prosenjit