Hi, as you can see here – http://screencast.com/t/IWVw5yQEyvRq – the blog post element hasn’t become RTL as most of the other elements in the theme. It is still showing as LTR and I wanted to know if and how I can reverse the order so it will show RTL and the empty slot will be on the left instead of on the right. Same issue is happening with the masonry gallery element – http://screencast.com/t/v0BW9qBbOgGw.
Thanks.
Hey DROR!
You can switch the float to right instead of left but I think it’s going to mess up the order. Add this to a codeblock element in the page.
<style type = "text/css">
div .av_one_third { float: right !important; margin-left: 0px !important; margin-right: 4% !important; }
</style>
Regards,
Elliott
That worked. Thanks.
Hi!
Glad to know we could help :)
Please let us know if you ever need any help in the future.
Best regards,
Dake