Lark Posted June 14 Posted June 14 Hi @tuanphan I'm trying to disable lightbox on mobile for 7.1 and also add vertical spacing between the images in mobile view. Are you able to assist? website: https://www.alexlarkphoto.com Cheers, Alex
paul2009 Posted June 14 Posted June 14 7 hours ago, Lark said: I'm trying to disable lightbox on mobile for 7.1 and also add vertical spacing between the images in mobile view. You should be able to modify the behaviour of these masonry gallery images on mobile with the following CSS: /* Mobile Only */ @media screen and (max-width: 900px) { /* Add margin below each image */ .gallery-masonry-item-wrapper { margin-bottom: 22px; } /* Prevent lightbox */ .gallery-masonry-lightbox-link { pointer-events: none; } } Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment