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.
Thank you!
1 Like
Thanks for store URL,
can you please try this code
- Go to Online Store->Theme->Edit code
- 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