(Squarespace) How to move Site Navigation above Logo

To move Site Navigation above Logo in Squarespace, you can follow these.

#1. First, open any pages > Then click Edit

#2. Next, hover on Header > Click Edit Site Header

image

#3. Hover on right of Header > Click Edit Design

#4. Click Layout

#5. Choose this layout

We will have

image

#6. Use this code to Custom CSS box
If code doesn’t work, you can comment below, message or send me an email.

div.header-title-nav-wrapper {
    flex-direction: column-reverse !important;
}
div.header-title {
    margin-top: 20px;
}

#7. Result

1 Like