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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024