robienhali Posted July 23, 2019 Share Posted July 23, 2019 Hi there, I would like to know how to 'control' the caption below my image gallery. I've seen some topics about it (mostly about showing the caption on mobile) and tried the codes provided, but nothing worked so far. This is how the gallery looks like on a desktop: And this is how the caption shows on a mobile: Halfway through a word, the caption just stops. I would love to know how to fix this, how to show the whole caption on a mobile phone. I'm using Brine. Thanks so much for your help, Robien Link to comment
tuanphan Posted July 23, 2019 Share Posted July 23, 2019 @robienhali Can you share site url? 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
robienhali Posted July 24, 2019 Author Share Posted July 24, 2019 Sure! https://www.daansgardens.nl/ is the website, and this is my clients blog post where the caption is cut off on mobile: https://www.daansgardens.nl/portfolio/haagse-stadstuin-en-een-beetje-japans Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @robienhali Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper .image-slide-title { white-space: normal !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
robienhali Posted July 24, 2019 Author Share Posted July 24, 2019 OMG I want to know code... It works perfectly. Thanks so much! Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @robienhali learn code ;) 4 hours/week for 2 months. You will solve problems like this. You're welcome. Click Accept Answer if it worked. Other members can use if they know it worked. 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
robienhali Posted July 25, 2019 Author Share Posted July 25, 2019 That's it? I will consider this. Thanks, I'll accept the answer. Link to comment
tuanphan Posted July 25, 2019 Share Posted July 25, 2019 @robienhali I used to take a course. And based on my experience, you don't need to learn everything. You just need to learn CSS Selector, Inspect Element and how to search on W3Schools when having problems with CSS. That is enough. 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
Archived
This topic is now archived and is closed to further replies.