Hello,
If you want to change the alignment of the product title only, then please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-product-wrapper.product-wrapper h3.wd-entities-title {
text-align: left;
}
OR if you want to left-align all the content, like product title, category, and price, then use the below custom CSS code:
.wd-loop-builder-off :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
text-align: left;
}
Best Regards.