Title: RTL styles problem
Last modified: July 15, 2024

---

# RTL styles problem

 *  Resolved [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/)
 * In the “Exclude the following CSS files from processing” I added .rtl. to exclude
   all the RTL styles, but problem is, all rtl.css files now loading before minified
   files and its not good for RTL website.
 * For e.g.
 * …/assets/css/core.rtl.css
   …/assets/wpo-minify-header-142310f6.min.css
 * actually it should be like this:
 * 
   …/assets/wpo-minify-header-142310f6.min.css…/assets/css/core.rtl.css

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

 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17891091)
 * Can you check if your site support http2: [https://tools.keycdn.com/http2-test](https://tools.keycdn.com/http2-test)
 * If it does, can you uncheck the option to merge the JS and CSS. Your site should
   then download lots of smaller files simultaneously rather than having one big
   fie to download first.
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17899344)
 * Yes I know it, I’m expert, You should load all rtl.css files after minified files
   not before them.
 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17899500)
 * I will put an internal ticket onto our development board so that we look at implementing
   this.
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17899548)
 * Thanks, Please also note this, in the minified file also I notified some rtl 
   styles minified before others and its wrong. Thanks in advanced.
 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17908096)
 * Thank you. I have added a link to this thread in the ticket so anything that 
   you add here will be seen by our development team
 *  Plugin Contributor [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17966224)
 * I installed `Elementor` plugin and used `Hello Elementor` theme. Here is the 
   stylesheet loading order.
   [https://prnt.sc/tiUm6N68Cg5l](https://prnt.sc/tiUm6N68Cg5l)
   I enabled `minify` in WP-Optimize, excluded `frontend-lite-rtl.min.css`, and 
   here is how the stylesheets are loaded.[https://prnt.sc/W1Ih65P3Mcjh](https://prnt.sc/W1Ih65P3Mcjh)
   Here is the content of two minified assets[https://prnt.sc/avCUs-L4nwWn](https://prnt.sc/avCUs-L4nwWn)
   In short, WP-Optimize doesn’t change the order of enqueued stylesheets. Could
   you please provide more information (about the theme/plugins used), so we can
   investigate and fix if needed? Thanks
    -  This reply was modified 1 year, 8 months ago by [Venkat Raj](https://wordpress.org/support/users/webulous/).
      Reason: more content

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

The topic ‘RTL styles problem’ is closed to new replies.

 * ![](https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899)
 * [WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance](https://wordpress.org/plugins/wp-optimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-optimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-optimize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-optimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-optimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-optimize/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17966224)
 * Status: resolved