RTL problem in Bullets lists

edited December 2019 in Shortcodes
Bullets lists in RTL mode are not correct 
Look at this example and compare it with English mode


Thanks

Comments

  • Hey,
    we will take a look at that. It should be fixed it the next update.
    Do you need custom CSS to fix it faster?? If so, please send us the page that you use the bullets on.
    thanks
  • Hi Bryan,
    next update , you mean tomorrow or next week ?
    if it will fix tomorrow I can wit for that , if not , I will send you login credential
    Thx 
  • Please use this CSS code, it will fix your problem:
    ul.list_mixed li::before,
    ul.list_check li::before,
    ul.list_idea li::before,
    ul.list_star li::before{
    left:unset !important;
    right:10px !important;
    }


    We'll include the fix in today update, so you can use the CSS code or wait few hours for update.
    Thanks
Sign In or Register to comment.