Tagged: x
-
AuthorPosts
-
January 28, 2017 at 10:54 am #1348954
amihaidaniParticipantHello guys,
My site text direction is RTL.
When adding the feature list element, straight out of the box, there are RTL issues with it.
After i add it, i’m aligning it to the right with the horiztonal align switcher on the element, and the text does get to the right, but the icon stays on the left. Tried playing with css for awhile, but no luck.What should i do? 🙂
Thank you!
January 28, 2017 at 10:55 am #1348955
amihaidaniParticipantThis reply has been marked as private.January 28, 2017 at 10:21 pm #1349286
RadModeratorHi there,
Thanks for posting in.
Please add this code to Admin > Appearance > Customizer > Custom > Javascript. They are displayed as table cell, the order is fixed but this javascript should fix it.
jQuery ( function($) { $('.rtl .x-feature-box-graphic').each( function() { $(this).insertBefore( $(this).parent().find('.x-feature-box-content') ); } ); } );Cheers!
January 29, 2017 at 10:09 am #1349638
amihaidaniParticipantABSOLUTE PRO.
thank you so much!
January 29, 2017 at 10:41 am #1349670
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348954 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
