Title: RTL Layout problem
Last modified: August 2, 2020

---

# RTL Layout problem

 *  [yairsha](https://wordpress.org/support/users/yairsha/)
 * (@yairsha)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/rtl-layout-problem/)
 * Hi,
    I’m new with WP, using now the Envo shop PRO theme for my website, building
   and writing it from right to left. **The text in Hebrew appears fine aligned 
   to the right, but the layout like in my footer is not set properly RTL.** I looked
   at the files mytemplatename/rtl.css and the file css/style.css – they both seem
   fine in order to show RTL.
 * This is part of the **code in css/style.css**:
 *     ```
       /* RTL */
       body.rtl .the-search-wrap .the-ajax-loading {
           left: 60px;
           right: auto; }
   
       body.rtl .the-search-wrap .the-search-results {
           right: 0;
           left: auto; }
   
       body.rtl .the-search-wrap .the-search-results ul li a {
           padding-left: 34px;
           padding-right: 13px; }
       body.rtl .the-search-wrap .the-search-results ul li a .result-thumb {
           margin-left: 10px;
           margin-right: 0; }
       body.rtl .the-search-wrap .the-search-results ul li a i.icon {
           left: 13px;
           right: auto; }
       body.rtl .the-search-wrap .the-search-results ul li a.all-results span i {
           padding-right: 5px;
           padding-left: 0; }
   
       body.rtl .the-search-wrap form.the-searchform button {
           left: 0;
           right: auto; }
       ```
   
 * What could I have done wrong so far?

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/envo-shop/1.2.8/screenshot.png)
 * Envo Shop
 * [Support Threads](https://wordpress.org/support/theme/envo-shop/)
 * [Active Topics](https://wordpress.org/support/theme/envo-shop/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/envo-shop/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/envo-shop/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [yairsha](https://wordpress.org/support/users/yairsha/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/rtl-layout-problem/)
 * Status: not resolved