For this we need to modify two css files and update the css with this code. And also change the product display to 3 product per row for better visibility.
1st css location is - wp-content\plugins\woocommerce\assets\css\woocommerce.css
2nd css location is - wp-content\plugins\woocommerce\assets\css\woocommerce-rtl.css
.woocommerce ul.products li.product h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

Comments
Post a Comment