As you can see the drop down on mobile is huge. Is there anything I can do about this? I am using Trade theme
Hey @CharlieWelve
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @CharlieWelve
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
@media(max-width: 767px) {
.list-menu__item {
font-size: 12px !important;
padding: 6px 20px !important;
}
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly

