reduce space between dropdown menu qikify menu on mobile
1 Like
Hey @kldlaz
Can you elaborate that which space are you talking about exactly? Or if you can highlight it in a screenshot then that would be great to help me understand better.
Best Regards,
Moeed
Hi @kldlaz
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
.tmenu_app_mobile .tmenu_item_mobile .tmenu_item_link {
padding: 7px 15px !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hello @kldlaz
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->theme.scss.css
add this code at the end of the file and save.
.tmenu_app_mobile .tmenu_item_mobile .tmenu_item_link {
padding: 8px 15px;
}
result
Thanks
thank you it works perfectly
Happy to help you…!!!

