Steph1249 Posted July 29, 2021 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!!
tuanphan Posted July 30, 2021 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; } } 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!)
Steph1249 Posted August 5, 2021 Author 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.