PurpleFox Posted March 10 Share Posted March 10 (edited) Hello, I have a problem with the display of the caption of a grid mosaic gallery on mobile. On desktop it's fine but on mobile the caption is so low that it's closer to the next image than to its own image. For information I already use this code to make the caption bigger and centered : Quote p.gallery-caption-content { text-align: center; font-size: 1.5rem !important; And I had trying neg margin and z-index with no success Any solution ? Thanks ! --- Edited March 11 by PurpleFox Link to comment
Ziggy Posted March 11 Share Posted March 11 Can you share your website URL and this page? z-index is for adjusting layering, it won't impact the x/y position of elements on the page. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
PurpleFox Posted March 11 Author Share Posted March 11 (edited) Thanks @Ziggy ! I used z-index because by using margin negative (I imagine it's not a good practice!) I managed to raise the caption but it then found itself hidden under a sort of white margin under the top photo. Edited March 11 by PurpleFox Ziggy 1 Link to comment
Solution Ziggy Posted March 11 Solution Share Posted March 11 Try this in Custom CSS: @media screen and (max-width: 800px) { .gallery-masonry-item-wrapper { margin-bottom: 0px !important; } .gallery-caption-grid-masonry { margin-bottom: 12px; } } smith65782 and PurpleFox 2 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
PurpleFox Posted March 11 Author Share Posted March 11 Works perfectly @Ziggy Thanks a lot ! Link to comment
Ziggy Posted March 11 Share Posted March 11 14 minutes ago, PurpleFox said: Works perfectly @Ziggy Thanks a lot ! Glad to hear that, thanks for the update and the like! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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