Seamer Posted May 18, 2020 Share Posted May 18, 2020 I am having issues with the gallery section blocks in Squarespace 7.1. I need to show a gallery grid on the desktop, but a gallery reel on mobile. I have managed to do this, however I haven't been able to remove the wrapper or background from these sections so they are still shown. Also if anyone knows how to reduce the height of the mobile reel gallery that would be very helpful!! This is the code I used below. And I have attached a screen shot of the the empty blocks I need removed on desktop and mobile. // remove logo grid gallery on mobile // @media only screen and (max-width: 640px) { .gallery-grid { display: none } } // remove logo Reel gallery on desktop // @media only screen and (min-width: 1280px) { .gallery-reel { display: none } } Any help would be greatly appreciated. Thanks Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 Can you share link to page in screenshot? 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
gdawk19 Posted March 23, 2021 Share Posted March 23, 2021 Hello, I'm also trying to remove the top and bottom wrapper padding around my home page image. https://tangerine-lily-c8fy.squarespace.com/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.