Lucia_ Posted February 16, 2022 Posted February 16, 2022 Site URL: https://omnia-health.squarespace.com/physio-oberwil Hi there I was wondering if I can reduce the hight of the footer any further? https://omnia-health.squarespace.com/physio-oberwil pw Omnia Thank you for your time and help 😃
Beyondspace Posted February 20, 2022 Posted February 20, 2022 On 2/17/2022 at 4:55 AM, Lucia_ said: Site URL: https://omnia-health.squarespace.com/physio-oberwil Hi there I was wondering if I can reduce the hight of the footer any further? https://omnia-health.squarespace.com/physio-oberwil pw Omnia Thank you for your time and help 😃 Have you tried setting the section Height in the section design? 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
Lucia_ Posted September 21, 2022 Author Posted September 21, 2022 Hi @bangank36 I have tried that and was wondering is there a way to reduce the hight of the actual footer. currently Its on 10 and it should be less maybe 5 or even thinner. Referring to the blue section 😃 Thank you for your help, lucia
tuanphan Posted September 22, 2022 Posted September 22, 2022 Try adding to Design > Custom CSS footer.sections .content-wrapper { padding-top: 0px !important; padding-bottom: 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!)
Lucia_ Posted September 27, 2022 Author Posted September 27, 2022 (edited) On 9/22/2022 at 9:22 PM, tuanphan said: Try adding to Design > Custom CSS footer.sections .content-wrapper { padding-top: 0px !important; padding-bottom: 0px !important; } Thank you for your rely and help! In this case I have added another section in the footer and made it blue, can I reduce this section only? this is de section id: section[data-section-id="6323b57c1e1ec431e5973d28"] Edited September 27, 2022 by Lucia_
tuanphan Posted September 30, 2022 Posted September 30, 2022 On 9/28/2022 at 4:36 AM, Lucia_ said: Thank you for your rely and help! In this case I have added another section in the footer and made it blue, can I reduce this section only? this is de section id: section[data-section-id="6323b57c1e1ec431e5973d28"] Use this code section[data-section-id="6323b57c1e1ec431e5973d28"] { min-height: unset !important; } section[data-section-id="6323b57c1e1ec431e5973d28"] .content-wrapper { padding-bottom: 5px !important; padding-top: 5px !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment