SolveigTraeet Posted January 25, 2021 Share Posted January 25, 2021 (edited) Site URL: https://caper-badger-3s6d.squarespace.com/news Password: home I want to add a scroll function to the text block on my ''News'' page. Can anyone help me with this? Edited January 25, 2021 by SolveigTraeet Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Can you take a screenshot text block? 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
SolveigTraeet Posted February 2, 2021 Author Share Posted February 2, 2021 5 hours ago, tuanphan said: Can you take a screenshot text block? Here it is, can you help me? Link to comment
SolveigTraeet Posted February 4, 2021 Author Share Posted February 4, 2021 On 2/2/2021 at 2:45 PM, SolveigTraeet said: Here it is, can you help me? @tuanphan Can you help me add a scroll function to text block? Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 Add to Design > Custom CSS /* Text scroll */ div#block-yui_3_17_2_1_1610457517378_9562 { max-height: 200px; overflow-x: hidden; } SolveigTraeet 1 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
SolveigTraeet Posted February 5, 2021 Author Share Posted February 5, 2021 (edited) @tuanphan Thank you! Edited February 5, 2021 by SolveigTraeet Link to comment
MillyBanks Posted May 17, 2022 Share Posted May 17, 2022 Is it possible to do this on an image card? I have added the same code which works but the image scrolls too. Would be awsome to be able to just apply the overflow to the text? 🙂 https://www.shiftmovement.org.uk/home It is the /our-founder section I am working on. Any help appreciated @tuanphan! Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 On 5/18/2022 at 1:18 AM, MillyBanks said: Is it possible to do this on an image card? I have added the same code which works but the image scrolls too. Would be awsome to be able to just apply the overflow to the text? 🙂 https://www.shiftmovement.org.uk/home It is the /our-founder section I am working on. Any help appreciated @tuanphan! I see you solved with this code? #block-yui_3_17_2_1_1652803380653_2482 .image-card.sqs-dynamic-text-container { max-height: 600px; overflow-x: hidden; } However I think disable it on mobile will be better? with this new code @media screen and (min-width:768px) { #block-yui_3_17_2_1_1652803380653_2482 .image-card.sqs-dynamic-text-container { max-height: 600px; overflow-x: hidden; } } 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
ellocait Posted December 19, 2022 Share Posted December 19, 2022 How do I do this for specific text blocks? I have some bulleted items that are too long that I had to split them up, but it makes the mobile site have weird gaps. Link to comment
tuanphan Posted December 21, 2022 Share Posted December 21, 2022 On 12/19/2022 at 9:04 PM, ellocait said: How do I do this for specific text blocks? I have some bulleted items that are too long that I had to split them up, but it makes the mobile site have weird gaps. Can you share link to page in screenshot? We can check easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment