« See all FAQs for SquareGrid - Fully Responsive Theme For Portfolio
Is it possible to remove the spacing between the posts within the grid? Currently there is a gap of 4 pixels between each post and I want to remove this so that the grid items can seamlessly join.
1. Open up the style.css file and find down .item { ... } about line 701. Set margin attribute with 0.
2. Open up the js/scripts.js file and find down columnWidth attribute about line 530. Set value with 156. (Decreasing 2×2).
3. Refresh your browser few times. May you need to clear cache 







