Shopify themes, liquid, logos, and UX
Hey everyone,
When I use the menu drawer when I am on a collection page or any other page except the home page I have a gap in the menu (see photo 1 above). I would like to have the menu drawer filled as shown on the home page. Could anyone help me with this issue? Thanks!
I use the dawn theme
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>
div#menu-drawer {
--viewport-height: 1000px;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
@Nienke_pr Please follow below steps to change the alignment for footer menu in mobile and desktop. Let me know whether it is helpful for you.
#menu-drawer {
height: 100vh;
}
Hi @Nienke_pr ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
div#menu-drawer {
--viewport-height: 1000px;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025