Title: [Plugin: Ultimate TinyMCE] RTL support for shortcodes
Last modified: August 20, 2016

---

# [Plugin: Ultimate TinyMCE] RTL support for shortcodes

 *  Resolved [Simon](https://wordpress.org/support/users/simonwe/)
 * (@simonwe)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-rtl-support-for-shortcodes/)
 * Hi Josh,
    Please add these CSS rules for RTL support for the column shortcodes:
 *     ```
       .rtl .one_half,
       .rtl .one_third,
       .rtl .two_third,
       .rtl .three_fourth,
       .rtl .one_fourth,
       .rtl .one_fifth,
       .rtl .two_fifth,
       .rtl .three_fifth,
       .rtl .four_fifth,
       .rtl .one_sixth,
       .rtl .five_sixth {
           float: right;
           margin-right: inherit;
           margin-left: 4%;
       }
   
       .rtl .last {
           clear: left;
           margin-left: 0 !important;
           margin-right: inherit;
       }
       ```
   
 * Thanks,
    Simon
 * [http://wordpress.org/extend/plugins/ultimate-tinymce/](http://wordpress.org/extend/plugins/ultimate-tinymce/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-rtl-support-for-shortcodes/#post-3006262)
 * Done. And just in time for the next update 😉 This will be in version 3.1.
 * I have a pro version which I am working on currently. I would be extremely grateful
   if I could send you a copy of the pro version (free of charge) if you could look
   through it and do the same thing you have helped me with here.
 * Basically, I’d like to make it entirely RTL friendly.
 * Please let me know what you think.
 *  Thread Starter [Simon](https://wordpress.org/support/users/simonwe/)
 * (@simonwe)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-rtl-support-for-shortcodes/#post-3006269)
 * Hi Josh, Thanks!
 * I’d love to help you,
    as you know I’ve bought 2 of your plugins and loving them
   🙂
 * Send me an email with the copy.
 * Simon
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-rtl-support-for-shortcodes/#post-3006270)
 * Thanks Simon 🙂
 * I don’t have your email off-hand… I’d have to dig.
 * Would you mind using my contact form to send me a message, and I’ll respond with
   the plugin:
    [http://joshlobe.com/contact-me/](http://joshlobe.com/contact-me/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Ultimate TinyMCE] RTL support for shortcodes’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 3 replies
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-rtl-support-for-shortcodes/#post-3006270)
 * Status: resolved