Hi! My slide show appears fine on desktop but not on mobile. Can someone help ![]()
Hey @nicolewx ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Hi @nicolewx
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.slideshow__media.banner__media.media {
display: block !important;
}
.slideshow__media.banner__media.media img {
object-fit: contain !important;
}
div#Slider-template–17647482142973__slideshow_iEXAHe {
height: 200px !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly


