Title: RTL support
Last modified: September 1, 2016

---

# RTL support

 *  Resolved [vikparties](https://wordpress.org/support/users/vikparties/)
 * (@vikparties)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-support-66/)
 * The plugin doesn’t work well if the website’s CSS has “direction:rtl” (right 
   to left reading).
 * Nothing really shows up except for some weird characters and a dot.
 * Switching the site to LTR (left to right reading) using the RTL Checker WP plugin
   causes the carousel to show up (but still the weird icons at the top persist).
 * Here’s an image (ignore the characters at the top):
    [http://zoomplayer.com/t/carousel.jpg](http://zoomplayer.com/t/carousel.jpg)
 * [https://wordpress.org/plugins/wp-posts-carousel/](https://wordpress.org/plugins/wp-posts-carousel/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [vikparties](https://wordpress.org/support/users/vikparties/)
 * (@vikparties)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-support-66/#post-7637515)
 * I fixed it myself by overriding the plugin’s CSS. For anyone who cares how I 
   did it:
 * .owl-carousel .owl-stage-outer {
    direction:ltr; }
 * .owl-carousel .owl-stage {
    direction:rtl; }

Viewing 1 replies (of 1 total)

The topic ‘RTL support’ is closed to new replies.

 * ![](https://ps.w.org/wp-posts-carousel/assets/icon-128x128.png?rev=1154352)
 * [WP Posts Carousel](https://wordpress.org/plugins/wp-posts-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-posts-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-posts-carousel/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [vikparties](https://wordpress.org/support/users/vikparties/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/rtl-support-66/#post-7637515)
 * Status: resolved