JayClulow Posted January 24, 2020 Share Posted January 24, 2020 Hello, I'm trying to sort my website out where no images titles and descriptions are showing by using the following Custom CSS; .image-title { visibility: Hidden;} .image-desc { visibility: hidden;} .image-title-mobile { visibility: hidden;} .image-desc-mobile { visibility: hidden;} However when the site is in mobile view and the thumbnails for the gallery is active there is huge white spaces where the titles and descriptions are. I would like this removing so the images flow into each other with the smallest of gaps. However I do also need these titles and descriptions read for SEO so whatever solution allows this would be great. www.jayclulow.photography Any advice greatly appreciated. Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 use display: none; instead of visibility: hidden; 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
JayClulow Posted January 24, 2020 Author Share Posted January 24, 2020 Thanks perfect. This worked fine. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.