Tiger_Thomas Posted September 8, 2020 Share Posted September 8, 2020 Site URL: https://kindea-labs.squarespace.com/ Hi! We're utilizing a gallery block to showcase video links to Vimeo. We're having a hard time formatting the titles in the caption. The text is not wrapping but cutting off the word with 3 dots at the end. Ideally, the words would wrap and the whole thing would be centered. .image-slide-title { word-wrap: break-word; padding-bottom: 10px; font-weight: bold; } Also, how can I make the font responsive? I've tried adding the line below which mostly works but on mobile the font is super small. .image-slide-title { font-size:1.2vw !important; word-wrap: break-word; padding-bottom: 10px; font-weight: bold; } Thank you! Link to comment
tuanphan Posted September 9, 2020 Share Posted September 9, 2020 I see fine here. Do you still need help on this? 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
Tiger_Thomas Posted September 9, 2020 Author Share Posted September 9, 2020 Hi Tuanphan, please see in mobile aspect ratio, and my second question. Thank you! Link to comment
Tiger_Thomas Posted September 14, 2020 Author Share Posted September 14, 2020 On 9/9/2020 at 11:14 AM, tuanphan said: I see fine here. Do you still need help on this? Still available to help on this? Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .image-slide-title { text-overflow: unset !important; overflow: visible !important; white-space: initial !important; font-size: 12px !important; } } 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
LUDLOW Posted July 19, 2022 Share Posted July 19, 2022 @Tiger_Thomas and @tuanphan What was the final CSS you used for wrapping the text? Trying to get Gallery Image Titles and Descriptions to wrap on https://www.sbamatch.com/home-copy Thank you! Link to comment
tuanphan Posted July 20, 2022 Share Posted July 20, 2022 15 hours ago, LUDLOW said: @Tiger_Thomas and @tuanphan What was the final CSS you used for wrapping the text? Trying to get Gallery Image Titles and Descriptions to wrap on https://www.sbamatch.com/home-copy Thank you! Add this CSS .image-slide-title { white-space: initial !important; } 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