Goodmorning guys, We see that on mobile devices the image in 'Hero-style 1' doesn't scale (it stays large so to speak). Is there a way to make it fit on mobile devices?
smartmax Hi Add this code in custom.css file
.acm-hero .hero-item { background-size: cover; }
GREAT! Thanks 👍