Jump to content

Need Slideshow Gallery To Scale Down On Mobile

Recommended Posts

  • Replies 5
  • Views 1.1k
  • Created
  • Last Reply
On 4/18/2020 at 3:00 PM, tuanphan said:

Add to Home > Design > Custom CSS


@media screen and (max-width:767px) {
.homepage .gallery-fullscreen-slideshow[data-width="full-bleed"] {
    height: 30vh !Important;
}
}

Amazing thank you. One more thing! Is there any way to reduce the white gap that has now appeared above and below this??

 

Link to comment
  • 9 months later...
On 2/15/2021 at 10:28 PM, GOKombucha said:

Hi @tuanphan

I'm having a similar issue and cannot fix it. The slideshow at the bottom of my homepage on gokombucha.co.uk is not displaying at full width for mobile. Screenshots are attached for desktop and mobile.

Can you please help? Thanks! Hugo

Screenshot 2021-02-15 at 15.21.35.png

A939111D-965C-4CAA-8D9F-716B5636E7DB_1_105_c.jpeg

Add to Design > Custom CSS

/* resize slideshow */
@media screen and (max-width:640px) {
section#go-kombucha-tea img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
section#go-kombucha-tea {
    min-height: unset !important;
    height: 220px;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.