When I use a 3-column category the very first item image is a bit bigger than the rest of the item images. It only appears at the very first item. The next line is in sync.
What can I do?
.itemsContainer:first-child .itemsContainerWrap, .itemContainer:first-child .itemsContainerWrap {
margin: 0!important;
}
.itemsContainer:first-child .itemsContainerWrap, .itemContainer:first-child .itemsContainerWrap {
margin: 0 10px!important;
}
But, since it was programmed (by K2) in css, why showing the first element in a range bigger than the rest? I don't get it!