earthwindflowermoon Posted January 1, 2022 Share Posted January 1, 2022 Site URL: https://zoranmilisicphotographer.squarespace.com/ Hello, I need some help with changing the gallery style on a single page only. I have two galleries present on this site. One is 'gallery' (homepage), and one is 'exhibitions'. I would like the exhibitions gallery to be centred (as I have formatted now), however I do not wish the same for the homepage gallery - I would like to change this to full bleed. Is this possible with the momentum template? Any help is most appreciated! Site password is: Zoran Link to comment
Beyondspace Posted January 1, 2022 Share Posted January 1, 2022 6 hours ago, earthwindflowermoon said: Site URL: https://zoranmilisicphotographer.squarespace.com/ Hello, I need some help with changing the gallery style on a single page only. I have two galleries present on this site. One is 'gallery' (homepage), and one is 'exhibitions'. I would like the exhibitions gallery to be centred (as I have formatted now), however I do not wish the same for the homepage gallery - I would like to change this to full bleed. Is this possible with the momentum template? Any help is most appreciated! Site password is: Zoran Have you try setting Full Bleed for the gallery section on Home Page? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
earthwindflowermoon Posted January 1, 2022 Author Share Posted January 1, 2022 Thanks for your reply. I am working with momentum template in 7.0 so I don't have this setting option to change the homepage only. My gallery settings apply site wide. Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 Try adding to Design > Custom CSS /* Homepage gallery */ body.homepage .slide .imageWrapper img { width: 100% !important; left: 0 !important; height: auto !important; } 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
earthwindflowermoon Posted January 4, 2022 Author Share Posted January 4, 2022 Thank you so much! The code has adjusted the home gallery somewhat, however I have a large border around the image (top, left and right-hand sides). Is there a way to get rid of this white area? Many thanks. Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 10 hours ago, earthwindflowermoon said: Thank you so much! The code has adjusted the home gallery somewhat, however I have a large border around the image (top, left and right-hand sides). Is there a way to get rid of this white area? Many thanks. Try this new code /* Homepage gallery */ body.homepage { .slide .imageWrapper img { width: 100% !important; left: 0 !important; height: auto !important; } .slide .imageWrapper { top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; }} 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
earthwindflowermoon Posted January 6, 2022 Author Share Posted January 6, 2022 Works perfectly! Thanks Tuan!! 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