J-Flo Posted July 12 Share Posted July 12 Hello, I'm trying to adjust the padding on my Contact Page - I want the header border line to meet the blocks below it leaving no space. Is there CSS to do this? I've tried this code, but it only changes the padding on the bottom of the images: [data-section-id="669131d426f3f92746c68cd5"] .content-wrapper { padding-top: 0px !important; padding-bottom: 1px !important; } Link to contact here: https://www.dearmamacandleco.com/contact Link to comment
Solution tuanphan Posted July 15 Solution Share Posted July 15 With this page, I think you should remove Header border and set Section Top Border. Use this CSS code /* Contact Page */ body#collection-669131d426f3f92746c68cd2 { .header-border { border: none !important; } article>section:first-child .content-wrapper { border-top: 1px solid #000; }} I suggest this way, because to adjust padding, you will need to use code to adjust on all screen sizes (each screen size, it has a different padding) 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
J-Flo Posted July 31 Author Share Posted July 31 Wonderful, Tuanphan! That worked. Is it possible to do the same on my Home page below my Instagram feed where it says "follow our journey"? There is a space below the feed as well and I can't figure out how to remove it. https://www.dearmamacandleco.com/ Link to comment
tuanphan Posted August 2 Share Posted August 2 On 8/1/2024 at 1:04 AM, J-Flo said: Wonderful, Tuanphan! That worked. Is it possible to do the same on my Home page below my Instagram feed where it says "follow our journey"? There is a space below the feed as well and I can't figure out how to remove it. https://www.dearmamacandleco.com/ You mean these? 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
Create an account or sign in to comment
You need to be a member in order to leave a comment