Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348954
    amihaidani
    Participant

    Hello 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!

    #1348955
    amihaidani
    Participant
    This reply has been marked as private.
    #1349286
    Rad
    Moderator

    Hi 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!

    #1349638
    amihaidani
    Participant

    ABSOLUTE PRO.

    thank you so much!

    #1349670
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1348954 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>