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
May 21, 2022 at 10:53 pm
#377727
Elise Noromit
Member
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