christineseed Posted October 7, 2020 Posted October 7, 2020 Site URL: https://jewishforgood.squarespace.com/ PW: JewishForGood I put this code into my CSS to make my navigation sticky and with a shadow effect. It works well, but it reveals the footer background color (?). I can adjust the last part (.Content-outer...) so that the background of the footer doesn't show, but then it covers up some of my page content. Any ideas? Thank you! //Fixed Header .Header--top { width: 100%; position: sticky; position: -webkit-sticky; display: block; top: 0px; left: 0; z-index: 9999; -webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49); -moz-box-shadow: 0px 2px 12px rgba(100, 100, 100, 0.49); box-shadow: 0px 2px 12px rgba(100, 100, 100, 0.49); } .Content-outer { margin-top: 70px; }
tuanphan Posted October 8, 2020 Posted October 8, 2020 Fine here. Do you still need help on this? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.