Hello,
In course page we need 2 style fixing in RTL mode
1- in course detail wish list test be right side and plus icon and heart shape be left
2- related courses text should be have more space from wish list icons
@cglicence,
Can you please share your page url with us. Make sure while sharing the page url your wishlist plugin is activated. So that i can fix this issue on your website.
As on my test setup some of the styling issues in rtl mode are perfect.
@cglicence,
For plus icon and heart shape icon in image 1 : Go to wp_admin -> Appearance -> customize -> custom css. Paste the given css in the editor
.wishlist_course .add_wishlist { float: left; margin-right: 10px;}
.wishlist_course .open_collections {float: left; margin-right: 10px;}
@cglicence,
Please Go to wp_admin -> Appearance -> customize -> custom css and paste the css in your editor
.course-template-default .wishlist_course .add_wishlist { float: left !important;}
.course-template-default .wishlist_course .open_collections {float: left !important;}
.course-template-default .block_content .block_title {margin-top:30px !important;}
refer: http://prntscr.com/h8jhgg
Please let me know whether it works or not.