Hi George,
JA Vintas Template does not support responsive layout (doesn’t run well in different screen resolution like iPad) but you can apply my suggestion to fix it:
– Open templates/ja_vintas/css/template.css file
– Add new script below
@media (min-width: 768px) and (max-width: 1024px) {
.ja-ss-items {
width: 100% !important;
}
.ja-ss-item {
width: 100% !important;
}
.ja-ss-wrap {
width:100% !important;
}
.ja-ss-item img {
width: 100% !important;
}
.ja-ss-btns {
width: 100% !important;
}
#ja-slideshow {
width: 100% !important;
}
}
Remember to clear cache from Admin area.
Let me know the result
Regards