Install base rtl after website is already built
-
Hi,
I already finished my site and now see that there is base rtl css that add a lot of support, how I install it now?
Many thanks
now I see that there is base rtl but the shopping cart is not rtl:
attache image
Attachments:
You must be
logged in to view attached files.
Hello,
Please clarify which fields are not rtl because as for me, the page is rtl.
Looking forward to hearing back from you!
Kind Regards
Hi,
I upload a new screenshot with yellow marker, you can see that the radio buttons is at the left
Attachments:
You must be
logged in to view attached files.
Hello,
1. According to our design, radio buttons are situated at the end of the text, regardless of the language. On the LTR in will be from the right side: https://prnt.sc/ZM0oN_SCjkF2 , on the RTL it will be from the left side as you have now. If you do not like that, you can change their position with the help of the below code:
body #shipping_method input.shipping_method {
float: right;
margin-right: 0;
margin-left: 4px;
}
2. The shortcode of the “Cart” is situated in the “Text” element that has the alignment to left, in order to sort it out, you need to define the “Cart” shortcode in the special block “Shortcode”:
Elementor: https://prnt.sc/2uM8Dj57ylJO
Gutenberg: https://prnt.sc/xGhDNZmvGNMu
Kind Regards