In Ariana template I use slide out menu for mobile menu.
I want to make it 320px in width.
In CSS I add
.slideout-menu {
width: 320px;
}
The area for menu links is now 320px but not the background and content seems not to slide away for 320px.
How can I solve this?
Thanks.
Patrick.