vincelam Posted September 20, 2020 Share 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! :) Link to comment
creedon Posted September 20, 2020 Share 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. vincelam 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
vincelam Posted September 20, 2020 Author Share 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!! 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