This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
the alignment of all elements in the RTL wishlist is to left. Please tell me how to solve this problem and align them to right.
Thanks
Hello,
.rtl.woocommerce table.wishlist_table thead th,.rtl.woocommerce table.wishlist_table tbody td:not(.wishlist-empty){
text-align:right;
}
.rtl [class^="icon-"],.rtl [class*=" icon-"]{
font-family: FontAwesome !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up