Change Product name + price placement
-
Hi,
I am trying to change the alignment of the product name and placement, it is centered to the picture, and I want it to be aligned to the left.
How can I do it?
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached. To move the product titles on the left side you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .product-title {
text-align: left;
}
Best Regards.
Thank you!
This works with the Product name, but doesn’t work with the price.
Hoy can I change the price alignment too?
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To align the price to the left you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price {
text-align: left;
}
Best Regards.
Hello,
We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Change Product name + price placement’ is closed to new replies.