fmfm 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 Beyondspace 1 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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