Change and fix size of drawer menu on mobile DAWN 8.0.0

Hi guys, I have just realised that my drawer menu on mobile is not showing up until the end of the page(bottom) and I was thinking of making it full screen (right) as well.

Check the image for reference.

Does anyone have any idea how to fix this?

website: 1989streetwear.com

pass: bet1989

Hello @1989streetwear ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you so much @GemPages .

How can I fix the cart drawer too?

I have tried this code but it moves the drawer to the left

.cart-drawer{
width: 100vw !important;
height: 100vh !important;
}