Jump to content

Fire2019

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Fire2019 got a reaction from TinaHuffman in Decreasing Section Padding Squarespace 7.1   
    I am using Squarespace 7.1 and need to remove vertical padding from sections - i.e. where sections join other sections. I imagine I'm not the only one thinking there is too much white space as a default and I can't find a way to remove it. 
    Any ideas? I'm a new squarespace user and unfamiliar with custom css but will go down that road if needed. 
    Thanks!
  2. Like
    Fire2019 reacted to colin.irwin in Decreasing Section Padding Squarespace 7.1   
    There is a min-height of 33vh set on sections. You need to override that to get the sections smaller. 

    For all sections this would be:
    .page-section { min-height: 0 !important; } For a specific section you need to specify the data-section-id that can be found by inspecting the page code using your browser's developer tools.

    Somethig like this:
    .page-section[data-section-id="5d979fd8590a832f3c411579"] { min-height: 0 !important; }  
×
×
  • 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.