(Squarespace) How to change width of mobile overlay menu

To change width of mobile overlay menu.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.header-menu {
    left: unset !important;
    width: 70% !important;
}

Result

1 Like