SDownie Posted September 11 Share Posted September 11 Site URL: https://moose-star-24cl.squarespace.com/ I added a video to the home page in the first section's background. But the header is overlapping it and cutting off the top. I tried adding the code below which fixed it, but then all of the other pages have a blank space after the header/before the first section. I also tried adding margin to the section, but it shows a gap as the screen size changes. header#header { position: relative; } password: kang1 Link to comment
tuanphan Posted September 13 Share Posted September 13 You can try this to Website Tools > Custom CSS to fix problem header#header { position: sticky !important; position: -webkit-sticky !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
SDownie Posted September 26 Author Share Posted September 26 That works except it ads a gap between the header and first section on the other pages Link to comment
tuanphan Posted September 28 Share Posted September 28 On 9/26/2024 at 7:29 AM, SDownie said: That works except it ads a gap between the header and first section on the other pages I think you fixed? It is fine on other pages now 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