If your Product titles are too long and you want to limit quantity of characters that will be displayed in titles ,just copy the code below and paste straight to WordPress Customizer (wp-dashboard–>appearance–>customize–>additional CSS) :
.products h2 { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Thank you . this code is a savour. Bless you