Create Slanted Sections in Squarespace 7.1

After spending hours and hours customizing your Squarespace Website, the last thing you want is for it to look exactly like the template.

One way to make your website stand out is to get creative with your sections.

In this video, I show you how to create slanted sections in Squarespace 7.1 using a CSS Clip-Path. The code and resources used in the video are provided below.

 
 

The following code is used in the video.

#COLLECTIONID { 
  #page .page-section:nth-of-type(1) { 
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%); 
  } 
}
 

The following resource is used in the video.

CSS Clip Path Maker by Bennett Feely

 
 
Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Replace Social Icons in the Header | Squarespace 7.1

Next
Next

Edit the Site Title and Logo for Mobile in Squarespace 7.1