fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Hi

I hope you’re having a good day

my language is Persian (similar to Arabic) so I’m using the RTL format.

This problem was mentioned in other topics but I couldn’t find the answer so I’m opening a ticket for it again.

the plugin is doing (almost) fine in the product page. but when the user clicks “add to cart” button, the format breaks in the “review cart” and “checkout” page and turns into LTR, as you see in the picture below.

InkedScreenshot_LI.jpg

The red ink is the parameter and the blue ink is the value. Also its at the end of the line.

I hope you give me a solution.

thanks

Tanvirul Haque

Hi Mohammad Reza,

Thanks for reaching us. We are sorry for your inconvenience.

Could you try to disable our swatches plugin temporarily and then check again is the RTL working perfectly or not?

Thank you

Hi Tanvirul

Thanks for the reply

I temporarily disabled it but unfortunately nothing changed.

But I actually tried the browser (Microsoft Edge) Inspect thing and I changed this part of the code and it was fixed:
.content .variation dt, .content .variation dd {

font-weight: normal;
float: right;
}

I changed the float value to right.
But the problem is that I don’t know how to find the css file in WordPress.