Home Forums WoodMart support forum Make product title, price and vendor name be aligned to the left Reply To: Make product title, price and vendor name be aligned to the left

#377727

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.product-grid-item .wd-entities-title {
    text-align:left;
}
.product-grid-item .price {
    text-align:left;
}
.product-grid-item .details {
    text-align:left;
	  display:block;
}

Best Regards