Hi there, I am trying to make my off canvas panel a bit wider both on mobile and tablets.
I am particularly aiming for iPhones (500px) and non-pro iPads (768px). I changed the code in Customise > Additional CMS like this:
.main-navigation.offside {
width: 310px;
}
I assume it will change the width for all devices. Okay it changes but when I close the panel it still overflows, so the menu looks like it doesn’t close completely (sorry I hope I made it clear).
Could you please help.