Guest Posted March 27, 2021 Share Posted March 27, 2021 Site URL: https://daisy-tarpon-72er.squarespace.com/portfolio I have used this code to reduce spacing on the home page between the site title and the slideshow: /*Move slideshow up to bottom of title header on Desktop only */ @media screen and (min-width: 401px) { .gallery-fullscreen-slideshow-wrapper { position: absolute; top: 0; bottom: 0; width: 93%; height: 93% } } I added width and height as the right hand side of the image, without these property values, runs to full bleed. I don't think this is correct but don't know how to fix it. Ideally, I'd like to remove the padding from blocks under the site title on all pages. There must be a global class that I could use but I am not sure which one. Can anyone help @tuanphan ? Thanks PW: Help123 Link to comment
Beyondspace Posted March 31, 2021 Share Posted March 31, 2021 On 3/27/2021 at 4:09 PM, fmfm said: Site URL: https://daisy-tarpon-72er.squarespace.com/portfolio I have used this code to reduce spacing on the home page between the site title and the slideshow: /*Move slideshow up to bottom of title header on Desktop only */ @media screen and (min-width: 401px) { .gallery-fullscreen-slideshow-wrapper { position: absolute; top: 0; bottom: 0; width: 93%; height: 93% } } I added width and height as the right hand side of the image, without these property values, runs to full bleed. I don't think this is correct but don't know how to fix it. Ideally, I'd like to remove the padding from blocks under the site title on all pages. There must be a global class that I could use but I am not sure which one. Can anyone help @tuanphan ? Thanks PW: Help123 try @media only screen and (min-width: 768px) { #page .page-section:first-child .content >:first-child { padding-top: 0; } } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment