Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <div class="visible-xs-block">
  2. //do a custom loop through products to build the rows/columns for the phone
  3. </div>
  4.  
  5. <div class="visible-sm-block">
  6. //do a custom loop through products to build the rows/columns for tablets
  7. </div>
  8.  
  9. <div class="visible-md-block visible-lg-block">
  10. //do a custom loop through products to build the rows/columns for stuff bigger than a tablet
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement