charlineca Posted August 30, 2022 Share Posted August 30, 2022 (edited) Site URL: https://andpartners.squarespace.com Hi, I have created anchor links on my page (password is partner) which I have pasted to the top part of each section on my site.However, my links jump to a part lower down on the section, hiding the title and part of the text. Can anyone help? Edited August 30, 2022 by charlineca Link to comment
tuanphan Posted August 31, 2022 Share Posted August 31, 2022 Because the header is fixed on scroll. It will overlap a part of page content. You need to add a spacer on top of section, or disable fixed effect on current page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
charlineca Posted August 31, 2022 Author Share Posted August 31, 2022 (edited) 5 hours ago, tuanphan said: Because the header is fixed on scroll. It will overlap a part of page content. You need to add a spacer on top of section, or disable fixed effect on current page Thank you. I disabled the footer and it's still the same though.. I think I will just have to add the code to the previous section.. I have another question, the header banner (image) has a different height on all browser sizes, so the navigation menu below always has a different height as well, which is very annoying. I want the banner to always be 90% of the screen height, no matter the browser size. Is this somehow possible to add through coding? Edited August 31, 2022 by charlineca Link to comment
tuanphan Posted September 3, 2022 Share Posted September 3, 2022 On 8/31/2022 at 10:00 PM, charlineca said: Thank you. I disabled the footer and it's still the same though.. I think I will just have to add the code to the previous section.. I have another question, the header banner (image) has a different height on all browser sizes, so the navigation menu below always has a different height as well, which is very annoying. I want the banner to always be 90% of the screen height, no matter the browser size. Is this somehow possible to add through coding? #1. It looks fine to me. Did you solve? #2. Try this CSS body.homepage div#siteWrapper:before { height: 90vh !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (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