Beyondspace Posted February 16, 2022 Posted February 16, 2022 5 minutes ago, Cecelia said: what is overflow-x and overflow-y? Get reference with the following links: - https://www.w3schools.com/cssref/css3_pr_overflow-x.asp - https://www.w3schools.com/cssref/css3_pr_overflow-y.asp x: for the horizontal direction y: for the vertical direction MillyBanks 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
MillyBanks Posted April 8, 2022 Posted April 8, 2022 On 2/16/2022 at 1:03 PM, bangank36 said: Get reference with the following links: - https://www.w3schools.com/cssref/css3_pr_overflow-x.asp - https://www.w3schools.com/cssref/css3_pr_overflow-y.asp x: for the horizontal direction y: for the vertical direction Is it possible to use this to stop a section getting cut off? www.hornbeamtraining.co.uk/home I want to simply reduce the height of some sections across my website but quite often either the banner image or the content gets cut off. I tried adding the following code section#consultation {min-height:60vh!important; border-bottom: 12px solid #d1ab13; overflow-y: visible!important; } but it isn't having the desired effect I
tuanphan Posted April 10, 2022 Posted April 10, 2022 On 4/9/2022 at 3:07 AM, MillyBanks said: Is it possible to use this to stop a section getting cut off? www.hornbeamtraining.co.uk/home I want to simply reduce the height of some sections across my website but quite often either the banner image or the content gets cut off. I tried adding the following code section#consultation {min-height:60vh!important; border-bottom: 12px solid #d1ab13; overflow-y: visible!important; } but it isn't having the desired effect I Add to Design > Custom CSS /* ready to improve section */ section#testimonials>div { padding-top: 0px; padding-bottom: 0px; } 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