• Resolved fadi

    (@fadi232)


    Hi,

    Thank you for this great plugin.
    I have an issue – that whenever I don’t use the default style, the digits get flipped (the ones with the tens).
    I think the issue might be caused by the fact the my site is RTL (right to left).

    I was wondering what custom CSS might fix this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Hello,

    Wow, this is really interesting!
    Good catch. All you will need to do is add the following to your custom css (either in your child-theme, or in the plugin settings under Custom CSS):

    .cloud-city-dashboard {
       direction: ltr;
    }
    

    Let us know if this fixes the issue.
    Thank you kindly for the feedback.

    Thread Starter fadi

    (@fadi232)

    Hi,

    Yes, it fixed it, huge thanks ??

    Plugin Contributor twinpictures

    (@twinpictures)

    Great!
    Issue marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue: Digits are flipped’ is closed to new replies.