Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (cols == 2) {
  2.             $('#content .product-list').attr('class', 'product-layout product-grid col-lg-6 col-md-6 col-sm-12 col-xs-12');
  3.         } else if (cols == 1) {
  4.             $('#content .product-list').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12');
  5.         } else {
  6.             $('#content .product-grid').attr('style','margin-left: 17px; margin-right: 17px;');
  7.             $('#content .product-list').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12');  
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement