cheg1979 Posted August 7, 2020 Share Posted August 7, 2020 Site URL: http://www.the-proof.com hello - can anyone help me keep my navigation bar and header visible when people scroll down the page please? I am using Foster template Thanks Link to comment
erikabarichello Posted August 7, 2020 Share Posted August 7, 2020 .Header-inner--top { position: fixed; z-index: 9999; display: block !important; left: 0; right: 0; top: 0; margin-left: auto; margin-right: auto; } Try pasting this code in your Custom CSS. You will have to change top: 0 with the number of px you'd like to move your header from the top of the browser and then move all the content below as well. To move all your content you can use: .Site-inner { margin-top: 100px; } and change "100px" with the margin you prefer Link to comment
RyanDejaegher Posted August 7, 2020 Share Posted August 7, 2020 Hey @cheg1979 you can add this to your custom CSS .Header { z-index:100000 !important; top: 0; position: sticky !important; } Working Result: Hadley 1 Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
erikabarichello Posted August 7, 2020 Share Posted August 7, 2020 @cheg1979 Ryan's solution is much much better than mine 🙂 Link to comment
cheg1979 Posted August 8, 2020 Author Share Posted August 8, 2020 Thanks so much for your replies - I will have a go at making this work now 🙂 Link to comment
cheg1979 Posted August 8, 2020 Author Share Posted August 8, 2020 it has worked - that's amazing thanks SO MUCH 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