@keru
To create menu button to much lager you can try with code bellow:
@media screen and (max-width: 568px) {
button.menu-mobile-toggle {
padding: 0 0.8em;
}
.is-size-mobile-large .hamburger .hamburger-box {
margin-top: -2px;
width: 40px;
}
.is-size-mobile-large .hamburger .hamburger-inner, .is-size-mobile-large .hamburger .hamburger-inner::after, .is-size-mobile-large .hamburger .hamburger-inner::before {
width: 40px;
height: 4px;
}
}
Let me know if you need help more. Please contact us here to get quick support:
https://pressmaximum.com/contact/
Thread Starter
keru
(@keru)
@boy8xnoname Thanks for that.
I am using the hamburger menu on the desktop site as well. So if I understand correctly this will not work on the desktop view.