sarahrab Posted June 30, 2022 Share Posted June 30, 2022 Site URL: https://www.seaahead.squarespace.com Hi there, I have a 3-column grid summary block on the bottom of my homepage. Right now it collapses to 2 columns on tablet layouts. How can I keep it at 3 columns for any screen size above 800px? site password: bluetech Thanks! Link to comment
Solution tuanphan Posted July 1, 2022 Solution Share Posted July 1, 2022 Add to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:767px) { div#block-yui_3_17_2_1_1656444249967_80931 .summary-item { width: calc(~"33.3333% - 20px") !important; clear: none !important; padding: 0 !important; margin: 0 !important; margin-right: 10px !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment