How can I adjust the mobile menu width to cover only half the page?

Hi there!

How do I make the white area of the menu when you click on it narrower in mobile view ONLY to cover only half the page instead of 95% like now?

URL: www.taneraskin.com

Best,

Isabelle

1 Like

Hi @isabellemaria ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-menu-drawer.css->paste below code at the bottom of the file:

.menu-drawer {
   width: 50% !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like