Hi, I need to decrease the menu width in the cell phone view.
Can you help me please?
Hi, I need to decrease the menu width in the cell phone view.
Can you help me please?
@media only screen and (max-width: 600px) {
.js-drawer-open-left .drawer--left {
display: block;
width: 50% !important;
}
}
Add this code in timber.scss