Hi,
For the iPad or iPad mini?
For the iPad, test this at the bottom of the CSS:
/* iPad in portrait & landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.spb_tabs .tab-content .row ul.portfolio-items {
margin-left: -30px!important;
margin-right: -15px;
}
.spb_tabs .tab-content {
overflow-x: hidden;
}
.spb_tabs .tab-content .row [class*="span"] li {
width: 225px!important;
}
}
Thanks.