Jump to content

Footer not scaling properly

Recommended Posts

Hi @AJPerformance

The content of your footer overlaps on the reduced window size because it does not have enough room to display all columns in a row. You can fix it with the help of below code.

@media screen and (max-width: 1356px) {
    #footer-sections {
        .sqs-layout [class*="sqs-col"] {
            float: none !important;
            width: auto !important;
        }
        .page-section.content-width--medium:not(.content-collection) .content {
            width: 100%;
        }
    }
}

You need to put above code in Custom CSS under Design.

Link to comment
9 hours ago, heyawaiszahid said:

Hi @AJPerformance

The content of your footer overlaps on the reduced window size because it does not have enough room to display all columns in a row. You can fix it with the help of below code.

@media screen and (max-width: 1356px) {
    #footer-sections {
        .sqs-layout [class*="sqs-col"] {
            float: none !important;
            width: auto !important;
        }
        .page-section.content-width--medium:not(.content-collection) .content {
            width: 100%;
        }
    }
}

You need to put above code in Custom CSS under Design.

hi, that worked, thank you! :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.