Amazing. Thank you so much. Now, the last thing remaining to do on the frontpage is to make the slideshow display in full. The code I'm using is this:
@media screen (max-device-width:480px) {
.ja-slidewrap .ja-slide-right{
width: auto !important;
display: flex !important;flex-shrink: row wrap !important;
height: auto !important;
margin: 24px auto -260px !important;
padding: 0 !important;
}
}
I also tried width: 100%, but it made no difference.