Aman Posted October 4, 2020 Share Posted October 4, 2020 Site URL: https://cademyxyz.squarespace.com/ I am trying to reduce the padding on my website around the gallery slideshow. the problem is that when I reduce the padding around the slideshow in the mobile view, the desktop view becomes really small. This is really annoying as in 7.0 this was really easy simple step. Any help is appreciated. Link to comment
Aman Posted October 4, 2020 Author Share Posted October 4, 2020 On the other hand, If I make the gallery view large height, the Desktop view is more or less fine, but in the mobile view, the gallary block has huge white space above and below. Link to comment
creedon Posted October 4, 2020 Share Posted October 4, 2020 Please set up a site-wide password. Post the password here and then we can take a look at your issue. 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. Link to comment
nicoledelger Posted November 15, 2020 Share Posted November 15, 2020 I am having this same issue. https://viola-turquoise-f66n.squarespace.com/ (password) I want to reduce the padding of a slideshow on the top and bottom when in mobile view on the homepage. I've attached a video talking through my challenge. Help is appreciated! blackbar.mp4 Link to comment
tuanphan Posted November 15, 2020 Share Posted November 15, 2020 1 hour ago, nicoledelger said: I am having this same issue. https://viola-turquoise-f66n.squarespace.com/ (password) I want to reduce the padding of a slideshow on the top and bottom when in mobile view on the homepage. I've attached a video talking through my challenge. Help is appreciated! Add to Home > Design > Custom CSS. Then save & reload your site. /* resize home slide */ @media screen and (max-width:767px) { .homepage .gallery-slideshow { height: 40vh !important; padding-top: 0; padding-bottom: 0; } } 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
nicoledelger Posted November 15, 2020 Share Posted November 15, 2020 Ok - I am now looking for code that would allow me to select "simple slide show" and have the images be FULL bleed, but not crop the images. Is that possible? Video illustrating my issue attached. THANK YOU! simpleslideshow-nopadding.mp4 Link to comment
sansonicabooks Posted January 12, 2021 Share Posted January 12, 2021 Hello, I am having this exact problem and the code above provided solved the issue for my home page. How can i apply code for the same problem on additional pages, specifically: https://patricksansonephotography.com/work/mediumformat https://patricksansonephotography.com/work/project-two-edref password: takingpictures To reiterate: I am trying to eliminate unnecessary padding above the galley block that appears ONLY in the mobile version. It looks correct on the desktop version. Pictures below show where the unnecessary padding appears. Thank you! Link to comment
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 On 11/16/2020 at 6:23 AM, nicoledelger said: Ok - I am now looking for code that would allow me to select "simple slide show" and have the images be FULL bleed, but not crop the images. Is that possible? Video illustrating my issue attached. THANK YOU! simpleslideshow-nopadding.mp4 Sorry, missing your comment. Do you still need help? 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
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 On 1/13/2021 at 6:40 AM, sansonicabooks said: Hello, I am having this exact problem and the code above provided solved the issue for my home page. How can i apply code for the same problem on additional pages, specifically: https://patricksansonephotography.com/work/mediumformat https://patricksansonephotography.com/work/project-two-edref password: takingpictures To reiterate: I am trying to eliminate unnecessary padding above the galley block that appears ONLY in the mobile version. It looks correct on the desktop version. Pictures below show where the unnecessary padding appears. Thank you! Hi. Url doesn't exist. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.