Gap in menu drawer

Gap in menu drawer

Nienke_pr
Tourist
23 0 2

IMG_5022.jpeg

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

www.miyucollective.com

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8239 1977 2425

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:

Made4uoRibe_0-1726177571569.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Vinsinfo
Shopify Partner
426 143 142

@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.

1. From admin, go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Click "Header".
4. Then scroll down and paste the below code in the "Custom CSS" field and save changes.
 

 

#menu-drawer {
  height: 100vh;
}

 

 
Result will be like,
Vinsinfo_0-1726204555634.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to [email protected] for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

websensepro
Shopify Partner
1220 136 156

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!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial