Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Post Title/Excerpt Spacing in Post/Grid Carousel

Home / Forums / Kadence Blocks / Post Title/Excerpt Spacing in Post/Grid Carousel

This topic is: Resolved
[Resolved]
Posted in: Kadence Blocks
April 26, 2025 at 10:46 pm

Hi.

Using Post/Grid Carousel to list most recent posts by category. Would love to tighten up the spacing between the post title and the post excerpt, but don’t see a setting and adjusting the line height of the excerpt cuts off the bottom of the excerpt text. Tried giving the P/G C block additional CSS:

/* Target with custom class */
.my-custom-carousel .entry-title {
margin-bottom: -5 !important;
}

.my-custom-carousel [class*=”meta”] {
margin-top: -5 !important;
padding-top: -5 !important;
}
but this didn’t work.

Would appreciate any guidance.

  • The forum ‘Kadence Blocks’ is closed to new topics and replies.