Cornflower Posted October 5, 2021 Share Posted October 5, 2021 Site URL: https://www.ingernovajorgensen.com/sculpture I am wanting to make the header/navigation area move with the page as you scroll. I thought there was a setting, and I can't seem to find it. Any help is appreciated. Beyondspace 1 Link to comment
Beyondspace Posted October 5, 2021 Share Posted October 5, 2021 3 hours ago, Cornflower said: Site URL: https://www.ingernovajorgensen.com/sculpture I am wanting to make the header/navigation area move with the page as you scroll. I thought there was a setting, and I can't seem to find it. Any help is appreciated. Which template you are using 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
Nazar Posted October 5, 2021 Share Posted October 5, 2021 3 hours ago, Cornflower said: Site URL: https://www.ingernovajorgensen.com/sculpture I am wanting to make the header/navigation area move with the page as you scroll. I thought there was a setting, and I can't seem to find it. Any help is appreciated. Hey, try to use this in the Custom CSS: .Header--top { position: -webkit-sticky; position: sticky; top: 0; z-index: 99; } Link to comment
tuanphan Posted October 7, 2021 Share Posted October 7, 2021 On 10/5/2021 at 12:29 PM, Nazar said: Hey, try to use this in the Custom CSS: .Header--top { position: -webkit-sticky; position: sticky; top: 0; z-index: 99; } I think sticky won't work, try fixed header.Header.Header--top { position: fixed; top: 0; z-index: 999; left: 0; width: 100%; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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