Remove Extra Space Below Embeds in Squarespace
Eliminate extra space below embeds with this CSS code snippet:
/* Remove Space Under Embed*/
.sqs-block .sqs-blockStatus, .sqs-block .removed-script {
display: none!important;
}
Eliminate extra space below embeds with this CSS code snippet:
/* Remove Space Under Embed*/
.sqs-block .sqs-blockStatus, .sqs-block .removed-script {
display: none!important;
}