• Resolved salimyaykiran

    (@salimyaykiran)


    Hi, First of thanks for your great plugin. The rating line appears from right to left. It says “sweiver” instead of “reviews”. The rating is showing “2.4” instead of “4.2”. Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @salimyaykiran There is something in your theme’s CSS that is changing the “rating” class to RTL (right to left). You can correct this by adding your own CSS as follows

    .gmbrr .rating {
        direction: ltr;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘rating line appears from right to left’ is closed to new replies.