How can I adjust the mobile nav width in Brooklyn?

Hey,

how Can I adjust the cover of the mobile nav?

For example now it is covered by like 75% width. ´What if I want only 50% covered OR 100% covered?

Thank you very much :heart:

ZACHARIAS

Hello! Please share the store url

@Zachyssek

Please share your store URL!

Thanks!

There you go guys

https://tovishop.com/

Thank you

@Zachyssek

Please add following css code your assets/timber.scss.liquid bottom of the file.

#NavDrawer.drawer--left {width: 100% !important;}

Thanks!

Good, thank you!

I set 25% and it looks like this which is pretty good!

And now I have second question. Is there any possibility to make the picture (in marked area) unclickable?

Because now, I have a to a another page behind the picture (marked).

When I click on that picture during open navigation it takes me to undefined page 404 page not found.

When I click on picture during closed navigation menu it takes me to my collection page which I want.

What should I add to css to just close navigation menu when I click on the picture during open side navigation menu?

THANK YOU A LOT!