team-lovers Posted April 23, 2021 Posted April 23, 2021 Site URL: https://louisechantal.squarespace.com/photos Hello! The image titles on my photo gallery are getting cut off. For example, the g's in "Vogue Challenge" (column 1, row 2) at https://louisechantal.squarespace.com/photos I tried making the text slightly smaller, but it didn't take care of the issue. Please let me know if I need to share my existing CSS code because we had to make some adjustment to the image titles for mobile view. Thanks in advance! I appreciate it.
tuanphan Posted April 24, 2021 Posted April 24, 2021 Add to Design > Custom CSS /* fix image title cut off */ .image-slide-title { overflow: visible !important; } 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!)
team-lovers Posted April 26, 2021 Author Posted April 26, 2021 Thank you so much, Tuanphan. This worked perfectly!
SandraC Posted July 2, 2022 Posted July 2, 2022 I am having the same issue with an Overlay Image. The first two or three letters of the title are cut off in mobile view. You can see this happening on two pages of my website, sandracurry.com. The first is on the home page testimonials, the second is on the love from clients page where the first four testimonials do this but the others do not. The above code did not correct it. Might anyone be able to assist? Thank you!
tuanphan Posted July 3, 2022 Posted July 3, 2022 10 hours ago, SandraC said: I am having the same issue with an Overlay Image. The first two or three letters of the title are cut off in mobile view. You can see this happening on two pages of my website, sandracurry.com. The first is on the home page testimonials, the second is on the love from clients page where the first four testimonials do this but the others do not. The above code did not correct it. Might anyone be able to assist? Thank you! Try adding to Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1651703021875_59816 p { display: inline-block; } div#block-yui_3_17_2_1_1652408493893_210012 p { display: inline-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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment