GMB1 Posted April 3 Share Posted April 3 Hi There. I am trying to make a home landing page with a slideshow for my website that appears as a 1600 pixels wide Slideshow on Desktop and switches to a Stacked view on mobile. Thanks in advance! Link to comment
tuanphan Posted April 7 Share Posted April 7 Hi, Add to Design > Custom CSS /* Gallery slideshow to stacked */ @media screen and (max-width:767px) { .gallery-slideshow-item-img.content-fit { opacity: 1 !important; } figure.gallery-slideshow-item { position: relative !important; visibility: visible !important; } .gallery-slideshow { height: auto !important; } .gallery-slideshow-wrapper { height: 100% !important; } .gallery-slideshow-list { position: static !important; } .gallery-slideshow-item img { position: static !important; visibility: visible !important; } .gallery-slideshow-controls { display: none !important; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
GMB1 Posted April 17 Author Share Posted April 17 @tuanphan I've copied and pasted the code onto my Custom CSS tab but it didn't work. Do you know what the problem might be? Thank you! Link to comment
tuanphan Posted April 20 Share Posted April 20 On 4/18/2023 at 12:38 AM, GMB1 said: @tuanphan I've copied and pasted the code onto my Custom CSS tab but it didn't work. Do you know what the problem might be? Thank you! What is site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment