Advertisement
firoze

dynamic bootstrap col-md-4 and others

Jan 28th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /**/dynamic bootstrap col-md-4 and others
  2.  
  3. <?php foreach($service_items as $service_item):?>
  4. <div class="col-<?php if($service_option_column == 1):?>sm-6<?php elseif($service_option_column == 3):?>md-3 col-sm-6<?php elseif($service_option_column == 4):?>md-2 col-sm-4<?php else:?>sm-4<?php endif;?> wow zoomIn" data-wow-delay="100ms" data-wow-duration="700ms">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement