Hi, is there a way to move the bullet controls below the slideshow on the mobile view of the homepage?
This is the code for the slideshow currently:
//slideshow mobile
@media screen and (max-width:767px) {
.gallery-fullscreen-slideshow {
height: 13vh !important;
}
}
Thanks!