RTL Issues with the recent updates

Hello there,

I am using a website with an RTL version and faced an issue with the recent updates. 
Namely, the site shows in half. 

Nonetheless, If you struggling, there is a simple solution.

Edit the rtl.css under the betheme folder, specifcly line 9 
.the_content_wrapper{float:right;width:98%;direction:ltr}

and replace the highlighted with rtl
.the_content_wrapper{float:right;width:98%;direction:rtl}

it should work.

I was expecting this to be fixed with the most recent release but this is a quick fix for those facing this issue.

Muaaz



Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
Sign In or Register to comment.