How to center items inside isotope container?
use masonry and add margin 0 auto to the grid.
js:
masonry: {
columnWidth: 100,
fitWidth: true
}
css :
.grid {
margin: 0 auto;
}
use masonry and add margin 0 auto to the grid.
js:
masonry: {
columnWidth: 100,
fitWidth: true
}
css :
.grid {
margin: 0 auto;
}