Hi,
please add the following CSS from “WP Admin > Post Carousel Slider for Elementor > Custom CSS“.
.wbel_post_slider_wrapper .slick-slide{
height: inherit;
}
.wbel_post_slider_wrapper .slick-slide > div,
.wb_ps_item,
.wb_ps_single_item {
height: 100%;
}
Please add this and let me know if it works.
Thanks
I tried the CSS (first I tried it in the Elementor Custom CSS and then in my child theme stylesheet), and I even used !important, but it doesn’t change the heights of the columns.
Here is a link to a test page https://www.jdaviswebdesign.com/staging/5473/test/
Hi,
Please remove the previous CSS and add the following. It will work now.
.wbel_post_slider_wrapper .slick-track
{
display: flex !important;
}
.wbel_post_slider_wrapper .slick-slide
{
height: inherit !important;
}
Thanks
Hi,
Glad to know that. Lastly, if you satisfied with our plugin and support team then please leave us a 5-star rating and a positive feedback from https://ww.wp.xz.cn/support/plugin/post-carousel-slider-for-elementor/reviews/#new-post.
Your positive feedback is truly be appreaciated.
Thanks