Reduce the width of the side menu on mobile using Dawn theme

Hello there, I would like to reduce the width of the side menu on mobile. Ideally, like in the photo below. Im using Dawn theme.

Could anyone help me out please?

Thanks!

URL: https://www.aperitivo.club/

PSW: buflud

@Alex-88

can you please confirm

Hi @Alex-88 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-menu-drawer.css->paste below code at the bottom of the file:
.menu-drawer {
    width: 70% !important;
}

NOTE: 70% → you can change this value to match your theme

I hope it would help you.

2 Likes

It worked! Thanks so much!

Thank you!