Tagged: portfolio padding
My client wants 5 column portfolio grid, with each column representing a different category.
The spacing was very wide, so I increased the width by adding this code:
#top .isotope-item {
width:200px;
}
Now the page looks much better on full screen, but in different responsive widths the columns overlap. Can you provide a suggestion?
Thank you.