vincelam Posted September 20, 2020 Posted September 20, 2020 Site URL: https://www.vincelam.com.au/photography/places Hi there, I just got started on Squarespace. I want to resize the bottom of the autoplay slideshows/galleries on this page for mobile - there is a big gap/large spacing between the slideshow and the following block (particularly on the bottom). Can this be achieve whilst maintaining the spacing on desktop? Thank you in advance! :)
creedon Posted September 20, 2020 Posted September 20, 2020 I'm not seeing the extreme spacing issue you are seeing on mobile but the following might reduce some of it. Add the following to Design > Custom CSS. This is a starting point. @media screen and (max-width: 767px) { .gallery-slideshow { margin-bottom: 0px; padding-top: 0px } } Let us know how it goes. If that doesn't help much, please tell us more about your mobile viewing environment. Hardware and software. Operating system version. App used to view the page and its version. The more detail the better. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
vincelam Posted September 20, 2020 Author Posted September 20, 2020 12 minutes ago, creedon said: I'm not seeing the extreme spacing issue you are seeing on mobile but the following might reduce some of it. Add the following to Design > Custom CSS. This is a starting point. @media screen and (max-width: 767px) { .gallery-slideshow { margin-bottom: 0px; padding-top: 0px } } Let us know how it goes. If that doesn't help much, please tell us more about your mobile viewing environment. Hardware and software. Operating system version. App used to view the page and its version. The more detail the better. Thanks so much!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.