Decrease drop down menu width in Brooklyn theme

Hi, I need to decrease the menu width in the cell phone view.

Can you help me please?

https://testerway.com/

@FastRagu

@media only screen and (max-width: 600px) {
  .js-drawer-open-left .drawer--left {
    display: block;
    width: 50% !important;
}
}

Add this code in timber.scss

1 Like