laurenruth1 Posted November 17, 2020 Posted November 17, 2020 Hi there, I'm looking at making a page section smaller in 7.1, smaller than the standard 'smallest' height option Squarespace gives you when you edit it's format. How do I do this please?
Beyondspace Posted November 19, 2020 Posted November 19, 2020 On 11/17/2020 at 11:43 PM, laurenruth1 said: Hi there, I'm looking at making a page section smaller in 7.1, smaller than the standard 'smallest' height option Squarespace gives you when you edit it's format. How do I do this please? how small you want it? did you make the spacing option to zero? 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
tuanphan Posted November 22, 2020 Posted November 22, 2020 You can try adding this to Design > Custom CSS [data-section-id="enter id here"] { min-height: 5vh !important; } Find data section id with this tool. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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!)
kfalconer Posted April 17, 2021 Posted April 17, 2021 thank you @tuanphan you are always wonderfully helpful! I tried this solution, but there was no change: [data-section-id="#block-607ae0ffbbe78470128537c4"] { max-height: 40px !important; } https://consciouscityguide.com/conscious-city-guide-home with gratitude!
tuanphan Posted April 19, 2021 Posted April 19, 2021 On 4/17/2021 at 8:43 PM, kfalconer said: thank you @tuanphan you are always wonderfully helpful! I tried this solution, but there was no change: [data-section-id="#block-607ae0ffbbe78470128537c4"] { max-height: 40px !important; } https://consciouscityguide.com/conscious-city-guide-home with gratitude! You can't set it max-height 50p. Header will overlap it. 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!)
kfalconer Posted April 26, 2021 Posted April 26, 2021 thank you @tuanphan is there any way to make a super small section here?
tuanphan Posted April 28, 2021 Posted April 28, 2021 On 4/27/2021 at 2:57 AM, kfalconer said: thank you @tuanphan is there any way to make a super small section here? Add to Design > Custom CSS /* pink bar */ [data-section-id="607ae0ffe24f453c1b5fbb45"] .content-wrapper { padding-top: 10px !important; padding-bottom: 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
Archived
This topic is now archived and is closed to further replies.