Shopify themes, liquid, logos, and UX
Hi guys,
When I open the menu drawer on the collection page there is a blank space that I want to fill with the black color. I also have this issue on mobile. Can anyone help me
miyucollective.com
Hi @Nienke_pr
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (max-width: 1280px) {
#menu-drawer {
width: 40rem;
}
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi thanks for the reply,
Unfortunately it does not work. I really would like to have the menu drawer on the collection page as shown on the home page. The menu drawer full screen
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025