Home › Forums › WoodMart support forum › Products (Grid or Carousel) Equal Size Tiles › Reply To: Products (Grid or Carousel) Equal Size Tiles
June 14, 2018 at 7:09 am
#62873
Elise Noromit
Member
Hello,
This can be changed with custom CSS, setting min-height for the title:
.product-grid-item .product-title,{
min-height:40px;
}
Please add this code to Theme Settings > Custom CSS. You can increase or decrease the value 40px
Best Regards