How do I change the size of the navigation menu?
https://river-rustic-art.myshopify.com/
Thanks
I’m using ride theme
Hi @riverrustic
I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->Theme.css->paste bellow code in bottom of file
.js details[open].menu-opening > #menu-drawer {
width: 250px !important;
}
You can change the width with this code
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
there is not a theme.css file
i tried putting it in theme.liquid but nothing changed
Hi @riverrustic
Try putting it in your base.css file or in your theme.liquid, find the “style” tag and put it in there.