Title: RTL stylesheet
Last modified: August 24, 2016

---

# RTL stylesheet

 *  [gardenczar](https://wordpress.org/support/users/gardenczar/)
 * (@gardenczar)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/rtl-stylesheet/)
 * Your plugin was suggested by the folks at ThemeTrust. So far it has worked fine
   for me.
 * When the plugin creates child themes it creates the RTL stylesheet. That stylesheet
   contains the theme name and the following code:
 *     ```
       Template:       
   
       Right to Left text support.
       */
       @import url("../twentyfifteen/rtl.css");
       ```
   
 * My questions are as follows:
    1. Should the template name have been picked up
   by the plugin as it is by the Stylesheet? In other words, should it not be the
   same template?
 * 2. The [@import](https://wordpress.org/support/users/import/) line references
   the standard WP theme which I do not have or need. What should this line actually
   be, or is this line not needed. I do not see it mentioned at [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   or [https://codex.wordpress.org/Right-to-Left_Language_Support](https://codex.wordpress.org/Right-to-Left_Language_Support)
 * Thank you for the plugin and the support.
 * [https://wordpress.org/plugins/one-click-child-theme/](https://wordpress.org/plugins/one-click-child-theme/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Terry Chay](https://wordpress.org/support/users/tychay/)
 * (@tychay)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/rtl-stylesheet/#post-5970363)
 * 1. It is recommended by wordpress that all themes have an rtl.css. The plugin
   uses twentyfifteen’s rtl style sheet if there is none in the parent theme.
 * 2. Hmmm I’ll update the plugin to not use the wrong rtl.css if one is not available,
   but simply use a dummy file with the body tag adjusted, clearly I was in error.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/one-click-child-theme_bea7a0.svg)
 * [One-Click Child Theme](https://wordpress.org/plugins/one-click-child-theme/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/one-click-child-theme/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/one-click-child-theme/)
 * [Active Topics](https://wordpress.org/support/plugin/one-click-child-theme/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/one-click-child-theme/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/one-click-child-theme/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Terry Chay](https://wordpress.org/support/users/tychay/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/rtl-stylesheet/#post-5970363)
 * Status: not resolved