Hey! I use Ride theme on my shopify store and I have a trouble with drop down menu on mobile. When I open the menu on mobile, it doesn’t scroll enough down to show the rest of my catalogues, it leaves one missing even though I try to scroll. I don’t see any tool to adjust the size of it or anything that relates to adjusting the menu and I’m not good on coding stuff. Can anyone help me with this problem? Thank you!
Can you paste the link to your website? Thanks.
Hello @mariakoo ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file
Add this following code at the bottom of page
.your-dropdown-menu-class {
width: 200px;
height: 300px;
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Hei!
Hei!
I copied the code in the base.css file, but it didn’t have any change to the menu size at mobile form.