Hamish999 Posted May 14, 2021 Posted May 14, 2021 Site URL: https://www.berlinheadshots.com Hey, Due to the way that the mobile changes the images on mobile the gallery that was 3 by 3 images (9 total) on desktop, is now 2 by 2 so there's now an image at the end of the gallery on its own which looks awkward and bad. Is there a way around this? Attached is how it looks on mobile. The images are currently in a gallery. I could add them separately as photos and hide the last image/block. But is there a way to remove the empty space where the image used to be? Thanks! Hamish
Beyondspace Posted May 16, 2021 Posted May 16, 2021 On 5/14/2021 at 7:25 PM, Hamish999 said: Site URL: https://www.berlinheadshots.com Hey, Due to the way that the mobile changes the images on mobile the gallery that was 3 by 3 images (9 total) on desktop, is now 2 by 2 so there's now an image at the end of the gallery on its own which looks awkward and bad. Is there a way around this? Attached is how it looks on mobile. The images are currently in a gallery. I could add them separately as photos and hide the last image/block. But is there a way to remove the empty space where the image used to be? Thanks! Hamish Which page is that BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Hamish999 Posted May 16, 2021 Author Posted May 16, 2021 6 hours ago, bangank36 said: Which page is that It's the headshots page for individuals and companies! https://www.berlinheadshots.com/company-headshotshttps://www.berlinheadshots.com/headshots-for-individuals
tuanphan Posted May 18, 2021 Posted May 18, 2021 @Hamish999 Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* Company headshots */ div#block-yui_3_17_2_1_1616771177915_9711 .slide:nth-child(9) { display: none; } /* Individuals headshots */ div#block-yui_3_17_2_1_1616764410095_9535 .slide:nth-child(9) { display: none; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.