Thanks,
No I have another problem,
I can see the images on the homepage are distorted and adapt based on the size of the window, is not possible to make it cover the background and also on mobile the images are centered https://aaaunbranded.co.uk/ and we would like to see the faces (which on desktop are all the way to the right).
I tried to use css on style.css
@media (min-width: 280px) and (max-width: 600px) {
left: -70% !important;
}
}
but is not working
any suggestion?
Thanks
Raoul