Jump to content

Markdown Text - Large Empty Space

Recommended Posts

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 by Changeist
Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

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