liamjamesphoto Posted August 21, 2023 Share Posted August 21, 2023 Hello friends, I am looking for help in creating a Custom CSS for my Wells template website that will allow my image descriptions to appear centered & underneath photos as they are displayed on my website. Currently, I have a Custom CSS (from years ago) that puts image descriptions in the bottom lefthand corner of the screen, BUT as I've built out my website's Sidebar more, my photos with longer captions / image descriptions are starting to eclipse the Sidebar. (See screenshot attached) Please help & thank you in Advance! – Liam PS – here is my current Custom CSS in case that's helpful in building the new one? (I'm not an expert on any of this) .collection-type-gallery.hide-meta .meta { right: 0; left: 30px; width: 180px; background: auto; bottom: 60px; max-width: 190px; z-index: 9999; } .collection-type-gallery { font-size: 12px !important; } Link to comment
Web_Solutions Posted August 22, 2023 Share Posted August 22, 2023 9 hours ago, liamjamesphoto said: Hello friends, I am looking for help in creating a Custom CSS for my Wells template website that will allow my image descriptions to appear centered & underneath photos as they are displayed on my website. Currently, I have a Custom CSS (from years ago) that puts image descriptions in the bottom lefthand corner of the screen, BUT as I've built out my website's Sidebar more, my photos with longer captions / image descriptions are starting to eclipse the Sidebar. (See screenshot attached) Please help & thank you in Advance! – Liam PS – here is my current Custom CSS in case that's helpful in building the new one? (I'm not an expert on any of this) .collection-type-gallery.hide-meta .meta { right: 0; left: 30px; width: 180px; background: auto; bottom: 60px; max-width: 190px; z-index: 9999; } .collection-type-gallery { font-size: 12px !important; } What is your site URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
liamjamesphoto Posted August 22, 2023 Author Share Posted August 22, 2023 6 hours ago, Web_Solutions said: What is your site URL? https://liamjamesphoto.com/ thank you!! Link to comment
tuanphan Posted August 24, 2023 Share Posted August 24, 2023 On 8/22/2023 at 9:47 PM, liamjamesphoto said: https://liamjamesphoto.com/ thank you!! You can add this to Website > Website Tools > Custom CSS /* caption under image */ .sqs-active-slide .slide-meta-wrapper { position: fixed; left: 50%; transform: translateX(-50%); } Lesum 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment