abacusmunch Posted January 21, 2021 Share Posted January 21, 2021 Site URL: https://alexaldrichbarrett.com I'm working in the Wells template, and in the desktop view the gallery is just images, no captions visible. That's good, it looks clean and tidy. If I click on a gallery thumbnail you go to an enlarged version with a caption to the left. That's great. However on mobile view, when you're looking at the gallery with all the images laid out, every caption is underneath its image. It kind of ruins the look of the gallery. I would rather there just weren't any captions in the mobile version at all, but I can't figure out how to keep them for desktop but get rid of them for mobile. Anyone know how to fix this? I know it's possible, because I've seen the websites of other artists who use Wells who have captions on desktop view and none on mobile view. (example: https://www.jilliantamaki.com/) Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 Add to Design > Custom CSS @media screen and (max-width:800px) { .image-title-mobile, .image-desc-mobile { display: none !important; } } abacusmunch 1 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
abacusmunch Posted January 23, 2021 Author Share Posted January 23, 2021 That worked! 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