/* Remove forced spacing from layout grid */ .sqs-layout .sqs-row { min-height: auto !important; } /* Remove column stretching */ [class*="sqs-col"] { min-height: auto !important; }