Changeist Posted August 15, 2022 Share Posted August 15, 2022 (edited) Site URL: https://www.changeist.org/team Hi Squarespace community! I hope you all could help me with a formatting issue currently affecting our website. I updated two sections to the newer 7.1 version with the "upgrade" button, which has caused my markdown text to keep a large blank space that would otherwise be shrinked/hidden until a site visitor clicks the name of our staff member. How do I get rid of the large space so that I can have our staff bios reasonably organized? Thank you all in advance for your help in this matter! Edited August 15, 2022 by Changeist Link to comment
tuanphan Posted August 16, 2022 Share Posted August 16, 2022 The easiest way is recreate it with Classic Editor. Or add this to Design > Custom CSS. It can improve a bit @media screen and (min-width:768px) { .fe-62fab8b95bc3366be75dabaf { grid-template-rows: repeat(2,minmax(24px, auto)) !important; } .fe-62fab8b95bc3366be75dabaf>div:nth-child(2n+3) { grid-row-end: 20 !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
Changeist Posted August 16, 2022 Author Share Posted August 16, 2022 Hi tuanphan, Thank you for the advice! I noticed the code still leaves a large space below. Is there a way to minimize that? Link to comment
tuanphan Posted August 20, 2022 Share Posted August 20, 2022 Try this new code @media screen and (min-width:768px) { .fe-62fab8b95bc3366be75dabaf, .fe-62fac5eb89915be9a3974812, .fe-62fbe8186b2d0f746158510e { grid-template-rows: repeat(2,minmax(24px, auto)) !important; } .fe-62fab8b95bc3366be75dabaf>div:nth-child(2n+3), .fe-62fac5eb89915be9a3974812>div:nth-child(2n) { grid-row-end: 20 !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