Ticket for: Product Slider
0
Idan
how to center the text and price https://imgur.com/YxJVwId
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Under the elements tab, each element has options, please see how you can center align the price
https://imgur.com/SX3MZ1O
Regards
Please try following
.wcps-items .wcps-items-title {
text-align: center !important;
}
.wcps-items .wcps-items-price {
text-align: center !important;
}
Regards