Jump to content

Responsive Summary Block Customization

Recommended Posts

Posted

Site URL: https://hypersphere-blueberry-ygcs.squarespace.com/

Hello! I currently have a summary blog of recent blog posts that looks fine on full desktop (4 columns) and mobile (either 2 columns stacked or 1 column stacked), but there is a strange in-between point that switches it over to 3 columns and creates an additional row for the single widow item. Can someone help me figure out a code customization to keep that point to 4 columns? Thank you in advance!!

Screen Shot 2021-07-29 at 12.58.32 PM.png

  • Replies 2
  • Views 964
  • Created
  • Last Reply
Posted
20 hours ago, Steph1249 said:

Site URL: https://hypersphere-blueberry-ygcs.squarespace.com/

Hello! I currently have a summary blog of recent blog posts that looks fine on full desktop (4 columns) and mobile (either 2 columns stacked or 1 column stacked), but there is a strange in-between point that switches it over to 3 columns and creates an additional row for the single widow item. Can someone help me figure out a code customization to keep that point to 4 columns? Thank you in advance!!

Screen Shot 2021-07-29 at 12.58.32 PM.png

Add to Design > Custom CSS

@media screen and (min-width:992px) {
div#block-yui_3_17_2_1_1620192787467_18304 .summary-item {
    width: 22.4981% !important;
    margin-bottom: 3.33592% !important;
    clear: none !important;
    margin-right: 2.5019% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted
On 7/30/2021 at 9:08 AM, tuanphan said:

Add to Design > Custom CSS

@media screen and (min-width:992px) {
div#block-yui_3_17_2_1_1620192787467_18304 .summary-item {
    width: 22.4981% !important;
    margin-bottom: 3.33592% !important;
    clear: none !important;
    margin-right: 2.5019% !important;
}
}

This works perfectly – thank you! 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.