(Squarespace) How to move Social Icons to Left of Burger Menu

To move Social Icons to left of Burger Menu. Like this.

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

@media screen and (max-width:991px) {
    .header-actions.header-actions--right {
    display: flex !important;
}
.header-actions-action.header-actions-action--social {
    display: flex !important;
}
.header-title-nav-wrapper {
    max-width: calc(~"100% - 120px");
}}

2 Likes