How to adjust Slideshow pictures for mobile version?

I am struggling to change/adjust homepage slideshow pictures for mobile? I don’t know what code and where to add

Share your store Url. So that I will check and fix it.

https://lionandluna.com/

https://lionandluna.com/

Thank you!

1 Like

@Albina

Thanks for store URL,

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media only screen and (max-width: 749px) {
#shopify-section-16231374061427a746 .slideshow--large {
    height: 190px;
}
}
1 Like

Thank you for your help! It works :slightly_smiling_face: