Jump to content

BrookwoodDrew

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BrookwoodDrew reacted to theresa.southern in Excluding Blog Posts by Category (in Gallery)   
    @BrookwoodDrew

     
    I have one summary block showing a single blog article that I have tagged as FEATURED. Then below it, I have another summary block with 30 items. I did not want to repeat the FEATURED post in that block. It is not the most elegant or perfect solution but I have simply told the first item in the specific summary block not to display.
    Example:
    #block-yui_3_17_2_1_1594082530518_15247
    .summary-item:nth-child(1) {
      display: none;
    }
  2. Like
    BrookwoodDrew 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.