Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #523555

    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.

    #523971

    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

    #524413

    That worked. Thanks.

    #524456

    Hi!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to reverse the order of Blog Post element and Masonry Gallery element?’ is closed to new replies.