Central align masonry grid-Twitter bootstrap
I am trying to do 2 things: Make masonry grid 100% width and central align elements Use bootstrap visibility classes to show/hide certain elements I did the code like so: $('.grid').masonry({ // options itemSelector: '.grid-item', gutter: 5, fitWidth: true });…