I have updated my banner for pinkpiguk.com (the schoolwear one) and I like the dimensions. However, it doesn’t show correctly on mobile browsers. I’d like it to either show the picture of the young girl, or if the dimensions could be changed for mobile only please.
You can try adding two slideshow sections, one for mobile and one for desktop, so you can use separate images. Then, add those codes to the Custom CSS of each section.
@media (max-width: 580px) {
.slick-initialized .slideshow__image{
background-position: center right !important;
}
}
Additionally, I would like to recommend using a mobile-optimized image which can be added using media queries. The image you have provided is best suited for Desktop but not for Mobile.
Please let me know if this works for you, or feel free to reply or send me a DM.