Please edit: /templates/gk_storebox/css/override.css and add at its end:
- Code: Select all
#gkMobileMenu > label {
display: none;
}
#gkMobileMenu {
text-indent: 0;
background-position: top right;
width: 90px ;
}
@media (max-width: 580px) {
#gkMobileMenu {
width: 44px !important;
height: 80px;
background-position: bottom right !important;
margin-top: 36px !important;
}
}
Its not a perfect solution as this element was never designed to took more place, but should help.
Remember to enable "CSS override" in template settings - advanced section.