juliaprather Posted April 10, 2022 Posted April 10, 2022 (edited) Site URL: https://www.j2tampa.com/ Hi Squarespace! The 1st attachment shows what I've got right now, with the happy face sitting in the middle of the section. The 2nd attachment is how I would like it to be, with the happy face bleeding to the top edge of the section. Sure hoping somebody can share some code for making that happen 🤞🙏😃 Edited April 10, 2022 by juliaprather
tuanphan Posted April 11, 2022 Posted April 11, 2022 Add to Design > Custom CSS /* Borrow Happy */ [data-section-id="6252222289108a6ccd68bea4"] div[class*="content"], [data-section-id="6252222289108a6ccd68bea4"] .image-block { padding-top: 0px !important; } 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!)
juliaprather Posted April 11, 2022 Author Posted April 11, 2022 1 hour ago, tuanphan said: Add to Design > Custom CSS /* Borrow Happy */ [data-section-id="6252222289108a6ccd68bea4"] div[class*="content"], [data-section-id="6252222289108a6ccd68bea4"] .image-block { padding-top: 0px !important; } HOORAY! Got much closer. Do you know why there's still a little gap? THANKS, TUAN.
Web_Solutions Posted April 11, 2022 Posted April 11, 2022 Replace the current image with this attached image juliaprather, Ainul, Unique_Website and 1 other 2 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
juliaprather Posted April 11, 2022 Author Posted April 11, 2022 6 hours ago, Web_Solutions said: Replace the current image with this attached image Well would you look at that—that's the 2nd time you've bailed me out this weekend! All the thank yous! Thank you, too @tuanphan! You guys are the best.
juliaprather Posted April 11, 2022 Author Posted April 11, 2022 Okay @Web_Solutions now I'm pushing my luck with your generosity, but there's just one teeny tiny more thing... I'm still getting a gap on mobile. Any way to correct for that?
Web_Solutions Posted April 11, 2022 Posted April 11, 2022 (edited) Just add these code on Custom CSS section #page [data-section-id="6252222289108a6ccd68bea4"]{ @media(max-width:767px) { .sqs-block.image-block.sqs-block-image{ padding-top: 0 !important; } } } Edited April 11, 2022 by Web_Solutions tuanphan, Kobir, Unique_Website and 2 others 5 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment