I'm building out a category page for a future media site and I'd like to use the list summary blocks alongside one large summary block. However, when I use the summary block, the gaps between the blog articles are too far apart. I tried using this code
/* Summary List Space */
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
Additionally, is there a way for me to skip the first most recent post because it would be highlighted in the first large summary block and have the summary list on the right share the blog posts excluding the most recent one.