Cecelia Posted February 16, 2022 Share Posted February 16, 2022 what is overflow-x and overflow-y? Link to comment
Beyondspace Posted February 16, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MillyBanks Posted April 8, 2022 Share 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 Link to comment
tuanphan Posted April 10, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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