(Squarespace) Moving the Navigation Links to bottom of the Header

To move the Navigation Links to bottom of the Header

image

Like this.

image

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

div.header-display-desktop {
    align-items: flex-end;
}
.header-title-nav-wrapper {
    align-items: flex-end;
}

1 Like