Hi,
On my Shop, I use RTL
But the products start from LTR
How can I change it?
Regard,
Orna
This topic has 6 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi,
On my Shop, I use RTL
But the products start from LTR
How can I change it?
Regard,
Orna
Hello,
Edit this code in custom.css file:
.products-grid.product-count-3 .product {
float: left !important;
}
and change it to
.products-grid.product-count-3 .product {
float: right !important;
}
Best regards,
Jack Richardson.
Hi,
Sorry, it didn’t work
Hello,
Please check it now.
Regards,
Robert Hall
Grate, it’s o.k.
Thanks
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Aline products from RTL’' has been successfully resolved, and the topic is now closed for further responses