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

Equal item height in post grid / carousel (new issue)

Home / Forums / Kadence Blocks / Equal item height in post grid / carousel (new issue)

This topic is: Resolved
[Resolved]
Posted in: Kadence Blocks
September 9, 2022 at 4:26 am

Hi All,

So I’ve had a site working without issue and without many modifications (CSS, etc)… I am using the post grid / slider block. When the layout setting is set to slider, every slider box is a different size. This was an issue over a year ago as well, and I found the below link to address it with CSS here in the forums:

BUT! It doesn’t seem to work any longer. (it’s possible it’s just me… but… ). Is the CSS different? When I inspect CSS the classes don’t look the same as the code below that is from the link I posted above:

🙁

Any help would be appreciated!

.kt-blocks-carousel .slick-initialized .slick-track {
display: flex;
}
.kt-blocks-carousel .slick-initialized .slick-slide {
display: flex;
flex: 1;
flex-direction: column;
height: auto;
}
.kt-blocks-carousel .slick-initialized .slick-slide .kt-blocks-post-grid-item {
height: 100%;
}

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