Hi
With the slideshow images below the main menu, they fit to desktop ok but not to mobile. Can anyone advice please?
URL Wholesalers UK | Leigh Shop
Thanks
A user reported that slideshow images below the main menu display correctly on desktop but fail to fit properly on mobile devices.
Solution Provided:
base.css fileaspect-ratio: auto !important for hero container images and SVGsOutcome:
Hi
With the slideshow images below the main menu, they fit to desktop ok but not to mobile. Can anyone advice please?
URL Wholesalers UK | Leigh Shop
Thanks
Please paste this code in the end of base.css file.
@media (max-width: 767px) {
.hero-container .bg-container img, .hero-container .bg-container svg {
aspect-ratio: auto !important;
}
}
perfect thanks
I am happy that I would fix the issue.
If you need more help fee l free to ask me.
Thanks