Masonry does not support RTL
-
Topic
-
I’m using Post Showcase, and everything is aligned to the left.
I’ve added this code, which does add RTL support, but that makes the section become hidden.(function ($) { "use strict"; $(function () { $(".tb-isotope").isotope({ isOriginLeft: false }); }); }(jQuery));
Any help would be much appreciated.
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.