Hello @arabisk,
Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
@media(min-width: 960px) {
#wrap .woocommerce ul.products li.product .woo-entry-inner li.title {
min-height: 50px;
margin: 0;
}
#wrap .woocommerce ul.products li.product .woo-entry-inner li.title h2 {
margin: 0;
}
#wrap .woocommerce ul.products li.product li.category,
#wrap .woocommerce ul.products li.product .woo-entry-inner li.rating {
min-height: 26px;
margin: 0 0 5px 0;
}
}
For more information about the CSS/JS code on the customizer, please read this link:
https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, don’t forget to click on the regenerate all assets file and data in Elementor > Tools.
You can learn how to use Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS:
https://developers.google.com/web/tools/chrome-devtools/
https://developer.mozilla.org/en-US/docs/Tools
CSS Tutorial: https://www.w3schools.com/css/
Best Regards