Hi.
I have achieved this via CSS. If you want to do this you can add this line.
@media all and (max-device-width: 768px) { /* IPAD */
.showroom-block{ padding:0; max-width:768px; max-height:180px; overflow: hidden;}
}
This hides any additional rows below row one on an iPad. I haven’t tested this on any other tablet device, is anyone able to test this for me? I’m currently using an iPad Mini.