Hello,
I've noticed that left and right in css templates are automatically replaced once you change to RTL language.
For example, float: right; is automatically replaced with float: left;
My question is how to cancel this behavior for specific rule?
For instance, an element that I want it to float to the left, both in RTL and LTR.
I've noticed that left and right in css templates are automatically replaced once you change to RTL language.
For example, float: right; is automatically replaced with float: left;
My question is how to cancel this behavior for specific rule?
For instance, an element that I want it to float to the left, both in RTL and LTR.