keon Posted July 17, 2020 Share Posted July 17, 2020 Site URL: https://sprout-tuna-swnf.squarespace.com/presentation-creation I've added a grid of small images with titles underneath them. The problem is hen the title is too long, it goes into an ellipses and only shows part of it. I tried taking out the "overflow: hidden" rule, but then the titles just overlap onto one another. What I want is for the titles to go onto another line if they don't fit on one. Is that possible? The page is https://sprout-tuna-swnf.squarespace.com/presentation-creation Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1594977105705_12297 .image-slide-title { overflow: visible !important; white-space: initial !important; line-height: 18px; } ashleemundywebsitede 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
JGOG Posted July 22, 2020 Share Posted July 22, 2020 (edited) Hi Tuanphan, I have the same issue, but when I enter the code above I am getting a syntax error note. Any suggestions? my titles are at 12px Edited July 22, 2020 by JGOG Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 On 7/23/2020 at 3:33 AM, JGOG said: Hi Tuanphan, I have the same issue, but when I enter the code above I am getting a syntax error note. Any suggestions? my titles are at 12px Can you post all code here & share link to your site? 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
ashleemundywebsitede Posted December 7, 2020 Share Posted December 7, 2020 On 7/18/2020 at 6:02 AM, tuanphan said: Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1594977105705_12297 .image-slide-title { overflow: visible !important; white-space: initial !important; line-height: 18px; } This worked wonderfully! Thank you! Any way to make the subtitle text show up under the title font on a grid gallery? Link to comment
tuanphan Posted December 8, 2020 Share Posted December 8, 2020 5 hours ago, ashleemundywebsitede said: This worked wonderfully! Thank you! Any way to make the subtitle text show up under the title font on a grid gallery? try adding display: block !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!) Link to comment
michellemcbalogh Posted June 2, 2021 Share Posted June 2, 2021 Hi there, I have the same problem but the code suggestions above aren't working for me. This is my site: https://www.zeitgeistagency.com/ On the home page I've used a gallery grid for the "SIGNED & COMING SOON..." section and would like the titles to run over two lines. I'd also like part of the titles to be italicised, eg. "Courtney Act, It's All An Act" Link to comment
tuanphan Posted June 3, 2021 Share Posted June 3, 2021 On 6/2/2021 at 12:05 PM, michellemcbalogh said: Hi there, I have the same problem but the code suggestions above aren't working for me. This is my site: https://www.zeitgeistagency.com/ On the home page I've used a gallery grid for the "SIGNED & COMING SOON..." section and would like the titles to run over two lines. I'd also like part of the titles to be italicised, eg. "Courtney Act, It's All An Act" Try editing title to this Quote Courtney Act, <p><em>It's All An Act</em></p> If it doesn't work, keep the code & let me know. 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
csinnova Posted March 25 Share Posted March 25 Hi, I also have the same problem. This is my site: https://www.innovasleep.com Link to comment
tuanphan Posted March 27 Share Posted March 27 On 3/26/2024 at 2:22 AM, csinnova said: Hi, I also have the same problem. This is my site: https://www.innovasleep.com You can use this code to Website > Website Tools > Custom CSS .image-slide-title { text-overflow: initial !important; white-space: initial !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!) 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