Reply To: Full Screen Owl Slider Background Images

#10045717
Support
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;