marcosw7 Posted June 4 Share Posted June 4 (edited) Hi! Can someone please help me remove the empty space between the section and footer on desktop? On mobile is fine, so I don't want to mess everything up lol Website: https://grape-krill-2gyw.squarespace.com/ Edited June 4 by marcosw7 Link to comment
creedon Posted June 4 Share Posted June 4 (edited) The following ruleset is involved. @media only screen and ( min-width : 601px ) { section[ data-section-id="6652295df3e2b93257b735aa" ], section[ data-section-id="6652295df3e2b93257b735ce" ] { position : relative; top : -800px; } } Because the section is set to align top and height large you are also getting a lot of space on the bottom of the last page section. Let us know how it goes. Edited June 4 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Solution marcosw7 Posted June 4 Author Solution Share Posted June 4 6 minutes ago, creedon said: The following ruleset is involved. @media only screen and ( min-width : 601px ) { section[ data-section-id="6652295df3e2b93257b735aa" ], section[ data-section-id="6652295df3e2b93257b735ce" ] { position : relative; top : -800px; } } Because the section is set to align top and height large you are also getting a lot of space on the bottom. Let us know how it goes. Thank you for your help! Just added the code but it's still not working 😞 Link to comment
creedon Posted June 4 Share Posted June 4 The code I posted already existed in your site and it is causing part of the issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
marcosw7 Posted June 4 Author Share Posted June 4 2 minutes ago, creedon said: The code I posted already existed in your site and it is causing part of the issue. Deleted it and left only one, but it doesn't seem to work. I've been researching on this forum a lot, so tried different things, that's why you saw that code lol Link to comment
marcosw7 Posted June 4 Author Share Posted June 4 oh!! worked now - thank u! I changed it to -50px. creedon 1 Link to comment
creedon Posted June 4 Share Posted June 4 (edited) Quote Deleted it and left only one, but it doesn't seem to work. If you leave any of it will cause the issue. But I can't just recommend that you remove it because I have no idea why it it there in the first place. In other words what was the intent of the code in the first place? What issue was it trying to solve or effect was it trying to create? Edited June 4 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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