Steph1249 Posted July 29, 2021 Share Posted July 29, 2021 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!! Link to comment
tuanphan Posted July 30, 2021 Share Posted July 30, 2021 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!! 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; } } Steph1249 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Steph1249 Posted August 5, 2021 Author Share Posted August 5, 2021 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! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment