[ad_1]
Hi @kennet1975
I hope you are doing well.
Currently, EA Product carousel doesn’t have an option to fix the height issue. But you can use this custom CSS to fix the issue.
Here is the custom CSS:
.eael-product-carousel .product-details-wrap {
height: 180px !important;
}To add the custom CSS you can go to your WordPress Dashboard => Appearance => Customize => Additional CSS
and pasted the code then click on “published”
Let me know how it goes.
Thank You
