Jquery Isotope with page builder.
-
First of all many thanks for the awesome plugin.
I am trying to use https://isotope.metafizzy.co/ with page builder.I have removed the row wrapper
<div class=”panel-gird”> </div> from source files.now the blocks have this code, <div class=”panel-gird-cell”> </div>
my problem is i have blocks with different width. so I want something like this.
If user has has created two columns rows than it should be
<div class=”panel-gird two columns”> </div>
<div class=”panel-gird two columns”> </div>if user has created one columns block it should be
<div class=”panel-gird one columns”> </div>Is this possible? Thanks in advance if anyone helps, this would definitely save my life.
- The topic ‘Jquery Isotope with page builder.’ is closed to new replies.