Ugne Posted December 5, 2020 Share Posted December 5, 2020 (edited) Site URL: http://www.woollyhoody.com Hi, I've used a CSS code to make the top header sticky but there is a gap between the top of the page and the header when I scroll. How do I make the gap disappear? I've used the following code to make the header sticky: .Header { position: fixed!important; z-index: 1000; width: 100%; } @media screen and (min-width: 641px) { .Index section:first-child:not(.Index-gallery), .Main--page, .Intro, .Main { padding-top: 81px; } .Intro + .Main { padding-top: 0px; } } screen-capture.webm Edited December 5, 2020 by Ugne grammar Beyondspace 1 Link to comment
Beyondspace Posted December 5, 2020 Share Posted December 5, 2020 43 minutes ago, Ugne said: Site URL: http://www.woollyhoody.com Hi, I've used the following code to make the top header sticky but there is a gap between the top of the page and the header when I scroll. How do I make the gap disappear? I've used the following code to make the header sticky: .Header { position: fixed!important; z-index: 1000; width: 100%; } @media screen and (min-width: 641px) { .Index section:first-child:not(.Index-gallery), .Main--page, .Intro, .Main { padding-top: 81px; } .Intro + .Main { padding-top: 0px; } } screen-capture.webm Please provide your site password 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
Ugne Posted December 5, 2020 Author Share Posted December 5, 2020 The password is: staywarm Beyondspace 1 Link to comment
Solution Beyondspace Posted December 5, 2020 Solution Share Posted December 5, 2020 9 minutes ago, Ugne said: The password is: staywarm update this header style .Header { position: fixed !important; z-index: 1000; width: 100%; top: 0; } lettersouth and Ugne 1 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
Ugne Posted December 5, 2020 Author Share Posted December 5, 2020 @bangank36 thank you so much! solved it 😄 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