Title: RTL support
Last modified: January 20, 2018

---

# RTL support

 *  [ItayXD](https://wordpress.org/support/users/itayxd/)
 * (@itayxd)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/rtl-support-92/)
 * Hi,
    I’ve tried to use your plugin on a Right-To-Left website, and unfortunately
   found out it is incompatible. If I make the necessary changes would you update
   the plugin with it? do you have a GitHub repo? -Itay

Viewing 1 replies (of 1 total)

 *  Thread Starter [ItayXD](https://wordpress.org/support/users/itayxd/)
 * (@itayxd)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/rtl-support-92/#post-9885178)
 * a simple fix in hrf-style.php:
 *     ```
       .hrf-title.close-faq{
                      cursor: pointer;
                   }
                   .hrf-title.close-faq::before{
                      content: "";
                      width: 30px;
                      height: 30px;
                      display: inline-block;
                      vertical-align: middle;
       /*               position: relative;
                      left: 0;
                      top: 8px;*/
                      margin-right: 12px;
                      margin-left: -42px;
                      background: '.$bullets_bgcolor.' url('.plugins_url( 'html5-responsive-faq/images/open.png' ).') no-repeat center center;
                   }
                   }.hrf-title.open-faq{
   
                   }
                   .hrf-title.open-faq::before{
                      content: "";
                      width: 30px;
                      height: 30px;
                      display: inline-block;
                      vertical-align: middle;
       /*               position: relative;
                      left: 0;
                      top: 8px;*/
                      margin-right: 12px;
                      margin-left: -42px;
                      background: '.$bullets_bgcolor.' url('.plugins_url( 'html5-responsive-faq/images/close.png' ).') no-repeat center center;
                   }
                   [dir="rtl"] .hrf-title::before{
                      margin-left: 12px;
                      margin-right: -42px;
                   }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/html5-responsive-faq_f1cbc1.svg)
 * [HTML5 Responsive FAQ](https://wordpress.org/plugins/html5-responsive-faq/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html5-responsive-faq/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html5-responsive-faq/)
 * [Active Topics](https://wordpress.org/support/plugin/html5-responsive-faq/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html5-responsive-faq/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html5-responsive-faq/reviews/)

## Tags

 * [Pull Request](https://wordpress.org/support/topic-tag/pull-request/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 1 reply
 * 1 participant
 * Last reply from: [ItayXD](https://wordpress.org/support/users/itayxd/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/rtl-support-92/#post-9885178)
 * Status: not resolved