April 16, 2025 at 9:50 pm
#10045717
Keymaster
Hi,
To make sure your clear cache on Mobile you can add this to the file in the HTML:

To change the position of the image on mobile for the first slide you need this:
@media (max-width: 991px) {
#home .owl-item:nth-child(1) {
background-position: 100% 0 !important;
}
}
Not nth-child(0) as my first reply.
So if you want to change it to center of the image on mobile you need this to use background-position: 50% 0 !important;