TomKnowsNoCSS Posted May 26, 2020 Share Posted May 26, 2020 Site URL: https://www.boutique14.co.uk/home1 Hi, I'm trying to reduce the padding between the Insta block in the top footer and next section of top footer beneath it. See attached image. Tried messing around with CSS on that block and the one underneath but can't get it to work. Help gratefully received. Thank you. Tom www.boutique14.co.uk/home1 Link to comment
tuanphan Posted May 26, 2020 Share Posted May 26, 2020 div#block-yui_3_17_2_1_1590495841739_61924 { padding-bottom: 0 !important; } div#block-yui_3_17_2_1_1590495841739_61924 .margin-wrapper { margin-bottom: 0 !important; } Add to Home > Design > Custom CSS 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
TomKnowsNoCSS Posted May 27, 2020 Author Share Posted May 27, 2020 As ever Beaver, you are my hero. Thank you. Link to comment
alexxxandria Posted June 27, 2020 Share Posted June 27, 2020 On 5/26/2020 at 5:39 PM, tuanphan said: div#block-yui_3_17_2_1_1590495841739_61924 { padding-bottom: 0 !important; } div#block-yui_3_17_2_1_1590495841739_61924 .margin-wrapper { margin-bottom: 0 !important; } Add to Home > Design > Custom CSS Would you be able to help me with my instagram feed in my footer? I'm wanting it to be taking up the whole section space (full bleed left to right, and touching the pink footer image as well as no space above). You can see the white space in the footer that I'm wanting to get rid of on my contact page. This is the code I currently have: //instagram footer// [data-section-id="5ee6827427fc162ae124d390"] .content-wrapper { padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } Site address: https://radish-rhubarb-643w.squarespace.com/contact Site password: 5dT3BV*VO%kn Link to comment
tuanphan Posted June 28, 2020 Share Posted June 28, 2020 16 hours ago, alexxxandria said: Would you be able to help me with my instagram feed in my footer? I'm wanting it to be taking up the whole section space (full bleed left to right, and touching the pink footer image as well as no space above). You can see the white space in the footer that I'm wanting to get rid of on my contact page. This is the code I currently have: //instagram footer// [data-section-id="5ee6827427fc162ae124d390"] .content-wrapper { padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } Site address: https://radish-rhubarb-643w.squarespace.com/contact Site password: 5dT3BV*VO%kn Add to Home > Design > Custom CSS [data-section-id="5ee6827427fc162ae124d390"] .content-wrapper { max-width: 100%; padding: 0 !important; } div#block-yui_3_17_2_1_1592164931664_20098 { padding-bottom: 0 !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.