AC101 Posted January 6, 2022 Posted January 6, 2022 Site URL: https://coral-bear-fmm5.squarespace.com/ Dear Forum members, Can anyone recommend some code for reducing white padding between a text and top of an image in a gallery? Eg we'd love to have less space between the words 'wellbeing.. ' and the top of the image.. Thank you.
Beyondspace Posted January 6, 2022 Posted January 6, 2022 1 hour ago, AC101 said: Site URL: https://coral-bear-fmm5.squarespace.com/ Dear Forum members, Can anyone recommend some code for reducing white padding between a text and top of an image in a gallery? Eg we'd love to have less space between the words 'wellbeing.. ' and the top of the image.. Thank you. What is your protected password? 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
AC101 Posted January 6, 2022 Author Posted January 6, 2022 Hi there thank you for your help. I feel a bit worried about posting the password here. Can you recommend html to solve the problem, or could I message you direct? Thank you!
tuanphan Posted January 8, 2022 Posted January 8, 2022 On 1/6/2022 at 11:09 PM, AC101 said: Hi there thank you for your help. I feel a bit worried about posting the password here. Can you recommend html to solve the problem, or could I message you direct? Thank you! You can share access password, not login account password. 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!)
AC101 Posted January 11, 2022 Author Posted January 11, 2022 hi @tuanphanand @bangank36. The password is london (lower case). I have gone through your suggestions on other posts on how to reduce padding and tried it on this site, but with no success. If you have a minute, I would love it if you could help. Ideally I'd like to reduce the padding between the headline text and the gallery on homepage, and also beneath it between the gallery and the footer. Thank you so much. https://coral-bear-fmm5.squarespace.com/
tuanphan Posted January 12, 2022 Posted January 12, 2022 @AC101 Try adding to Design > Custom CSS .gallery-slideshow { padding: 0px; } 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!)
AC101 Posted January 13, 2022 Author Posted January 13, 2022 Hi @tuanphan I've tried this and it reduces the padding a tiny bit. Is there a way to reduce it more? Also in order to the same between header and first section and also footer and above, what would one need to write? .header { padding: 0px; } and .footer { padding: 0px; }
Beyondspace Posted January 15, 2022 Posted January 15, 2022 On 1/14/2022 at 12:48 AM, AC101 said: Hi @tuanphan I've tried this and it reduces the padding a tiny bit. Is there a way to reduce it more? Also in order to the same between header and first section and also footer and above, what would one need to write? .header { padding: 0px; } and .footer { padding: 0px; } Try adding to Home > Design > Custom Css #block-9b686b0ede26bdcb79c1 { padding-bottom: 0 !important } .header-announcement-bar-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; } .header-display-desktop .header-title-logo img { max-height: 130px; } 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
AC101 Posted January 18, 2022 Author Posted January 18, 2022 On 1/15/2022 at 2:21 PM, bangank36 said: Try adding to Home > Design > Custom Css #block-9b686b0ede26bdcb79c1 { padding-bottom: 0 !important } .header-announcement-bar-wrapper { padding-top: 0 !important; padding-bottom: 0 !important; } .header-display-desktop .header-title-logo img { max-height: 130px; } Let me know how it works on your site
AC101 Posted January 18, 2022 Author Posted January 18, 2022 Hi @bangank36 Thanks so much for your suggestion. That worked to bring up that first bit of writing higher. Sorry for my delay. There is a lot of covid in London at the moment... Do you have a snazzy trick or suggestion to reduce the padding between the slideshow on homepage and the logos? Thanks so much. Super helpful. Beyondspace 1
Beyondspace Posted January 18, 2022 Posted January 18, 2022 (edited) 1 hour ago, AC101 said: ps the password is leap Is it what you mean? Try the following code section[data-section-id="61964fec1da7bb03dc4dedac"] .content-wrapper{ padding-top: 0 !important; } section[data-section-id="619d009c7088825ca1008cf3"] .gallery-slideshow { margin-bottom: 50px !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited January 18, 2022 by bangank36 tuanphan and AC101 1 1 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
AC101 Posted January 18, 2022 Author Posted January 18, 2022 Wow that totally worked you are a hero!! Thank you so much. That's super helpful.!!! Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment