This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Max Mullins
My mobile menu is to big. Is there a way to adjust this?
Hello, @Staticlush
Please clarify what are yu tryng to achive. Would you like to change mobile menu box size or fonts and padding are too big?
It can be done via custom.css for different mobile layouts. You may adjust width of content and fonts and paddings for Custom CSS for desktop (992px+)
@media only screen and (max-width: 992px)
mobile-menu-wrapper
.mobile-menu-opened .template-content {
-webkit-transform: translate3d(-170px, 0, 0);
transform: translate3d(-170px, 0, 0);
.mobile-menu-wrapper{width:170px}
Add the code above into the dasboard-> 8theme options->styling->custom.css to change width of the mobile menu box.
Regards,
Max Mullins
Tagged: adjustable, height, responsive menu, woocommerce, wordpress templates
You must be logged in to reply to this topic.Log in/Sign up