Make product title, price and vendor name be aligned to the left
-
Hello,
How can I make product title, price and vendor name be aligned to the left (instead of centered)?
https://snipboard.io/3nRjS7.jpg
Hello,
Please provide the page URL.
Best Regards
Hello,
This is for all my product thumbnails which is on my home page and all over my site. Please see private content for a URL.
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