Kao Posted November 24, 2021 Posted November 24, 2021 Site URL: https://www.kubotec-nara.com/ https://www.kubotec-nara.com/ Pass: KUBOKUBO Hi All, I put my slider on my website page https://www.kubotec-nara.com/sekou but there is too much space between slider and slideshow. How can I reduce this blank space height? Thanks for the help!
Beyondspace Posted November 24, 2021 Posted November 24, 2021 5 hours ago, Kao said: Site URL: https://www.kubotec-nara.com/ https://www.kubotec-nara.com/ Pass: KUBOKUBO Hi All, I put my slider on my website page https://www.kubotec-nara.com/sekou but there is too much space between slider and slideshow. How can I reduce this blank space height? Thanks for the help! Hi, You can try adding to Home > Design > Custom Css section[data-section-id="6180dfbc02596b69d43aadfe"] .gallery-slideshow-wrapper { margin-bottom: 0 !important; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Kao Posted November 24, 2021 Author Posted November 24, 2021 Yey, Thanks! It worked on desktop but still not on mobile view...
Beyondspace Posted November 25, 2021 Posted November 25, 2021 7 hours ago, Kao said: Yey, Thanks! It worked on desktop but still not on mobile view... For the mobile, you can try the following ones @media only screen and (max-width: 767px) { section[data-section-id="6180dfbc02596b69d43aadfe"] .gallery-slideshow.preFade.fadeIn { height: 53vh !important; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Kao Posted November 26, 2021 Author Posted November 26, 2021 I use Windows and It was working on my windows. But when we see on MAC on desktop, it is still not working... Any suggestions?
tuanphan Posted November 28, 2021 Posted November 28, 2021 On 11/26/2021 at 2:45 PM, Kao said: I use Windows and It was working on my windows. But when we see on MAC on desktop, it is still not working... Any suggestions? Try adding to Design > Custom CSS @media screen and (min-width:1500px) { .gallery-slideshow { height: 50vh !important; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.