RTL in Cart & Checkout Not Working
-
Hello, I’m using Woodmart RTL. Unfortunately, the checkout page & shopping cart pages show the shipping information from left to right.
To clarify: the radio ball shall be on the right, and the text on the left of the right ball.
Please provide a fix.
Thank you in advance
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-table-wrapper table {
direction: ltr;
}
Best Regards