As the picture shows the demo will stack the sponsor logos in rows of three, but mine does not appear to do so - this is in responsive to an iPad resolution
any ideas?
thanks.

.gk-sponsors img {
width: 20%;
height: auto;
}
@media (max-width: 1000px) {
.gk-sponsors img {
width: 30%;
}
}