Hi, as you can see here – https://screencast.com/t/LR1PjbXr – the shipping options are left aligned on both the cart and checkout pages and I would like them to be right aligned. How can I do that?
Hey DROR,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Hi bakbek,
Everything seems right aligned, did you get it working?
Best regards,
Victoria
No, it’s not. You made an order of a product without shipping options so you don’t see it – https://screencast.com/t/TtFimDvQ
Hi bakbek,
I do not read the language, so I don’t know which elements are there or not, can you give clear instructions on how to see the element that needs to be adjusted?
Best regards,
Victoria
Hi,
Thank you for the info. Please add the following css codes.
.rtl .cart-collaterals .cart_totals {
float: right;
}
.rtl .shop_table ul#shipping_method li, .cart_totals ul#shipping_method li {
text-align: right;
}
Best regards,
Ismael
Awesome! Thanks.