MTakai Posted November 21, 2020 Share Posted November 21, 2020 Site URL: https://www.melissatakai.com/ Hi there, I was wondering how I could reduce top padding on a specific text block? I've attached images of what I mean. As you can see, there's a lot of spacing between the text block and gallery block above. It looks pretty bad on mobile. I'm trying to move them closer so it looks like a caption. I'd like to leave bottom spacing alone. Also, I say "specific text block" because I would like to do this on my homepage only, if possible. Thank you so much! Link to comment
Solution creedon Posted November 23, 2020 Solution Share Posted November 23, 2020 Add the following to Design > Custom CSS. /* begin reduce padding between gallery and following text block */ #collection-5f8009dc24abb73cd090d44a .gallery-block { padding-bottom: 0; } #collection-5f8009dc24abb73cd090d44a .sqs-block-html { margin-left: 1em; padding-top: 0.25em; } /* end reduce padding between gallery and following text block */ This is for a v7.0 site using the Wells template. You can change the numbers to suit. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
MTakai Posted November 23, 2020 Author Share Posted November 23, 2020 @creedon That worked fantastic, thank you so much! creedon 1 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