Hi Rob,
As far as I see on your home page the featured categories are of the correct size. The images are scaled proportionally so if the setting is set to 310 and the images is wider than 310, the picture will be scaled to 310 wide while keeping the same ratio between the width and height.
Please let us know if you need any further help or information.
Best Regards!
@media screen and (min-width: 981px) {
.product-grid .item-box:nth-child(3n+1):before {
content: " ";
border-bottom: 1px solid #eee;
display: block;
width: 500px;
}
}