soulroll
Hi,
You can try to set width: 100% for the .t3-content div class, like I added in 'custom.css' file:
@media (min-width: 1600px) {
.ja-masonry-wrap .grid-hd-5 .t3-content.isotope-item {
width: 100% !important;
}
}
You can apply the same for smaller screen ( I tried to add but it seems there is cache settings enabled on your site so I can't see the change)
Regards