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.