charlieknight2204 Posted May 9, 2022 Share Posted May 9, 2022 Site URL: https://www.charlieknightdop.com I cant seem to add 3 images across on mobile view, it woulds in desktop and on landscape phone but I need it to work portrait on mobile view. Can someone help? Link to comment
Beyondspace Posted May 9, 2022 Share Posted May 9, 2022 5 hours ago, charlieknight2204 said: Site URL: https://www.charlieknightdop.com I cant seem to add 3 images across on mobile view, it woulds in desktop and on landscape phone but I need it to work portrait on mobile view. Can someone help? You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .gallery-grid-wrapper { grid-template-columns: repeat(3,1fr) !important; } } Let me know how it works on your site charlieknight2204 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted May 9, 2022 Share Posted May 9, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
charlieknight2204 Posted May 9, 2022 Author Share Posted May 9, 2022 Thank you so much - is there a way I can keep all the writing on one line though? Link to comment
tuanphan Posted May 11, 2022 Share Posted May 11, 2022 On 5/9/2022 at 11:02 PM, charlieknight2204 said: Thank you so much - is there a way I can keep all the writing on one line though? Use this CSS @media screen and (max-width:767px) { figcaption.gallery-caption.gallery-caption-grid-simple { max-width: 100% !important; white-space: nowrap; } } 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