SBSB Posted October 14, 2020 Share Posted October 14, 2020 Site URL: https://www.zeiafoods.com/about-us I have used some custom CSS to make a fixed header. On the About Us page, however, the photos of Our Founders scroll over the header. How can I change the code so that the photos will be under the header when scrolling? Here is CSS I'm using that might need adjusting. Thanks. .Header.Header--top { position: fixed; top: 0px; z-index:1000; width:100%; transition: all .9s ease; box-shadow: 0px 2px 3px rgba(0,0,0,0.1) } .Header-inner { padding-top: 10px; transition: all .7s ease; } //ScrollNav Details// .Header.scrollNav { padding-bottom: 15px; &:Hover { color: rgba(0,0,0,.6)!important; }} Link to comment
QAAM Posted October 16, 2020 Share Posted October 16, 2020 i got the same problemhttps://nectarine-banjo-ewdh.squarespace.com/ Link to comment
SBSB Posted October 22, 2020 Author Share Posted October 22, 2020 Did you find a solution? It looks like everything scrolls under the header navigation now. Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 16 hours ago, SBSB said: Did you find a solution? It looks like everything scrolls under the header navigation now. Can you share site url? We can check easier 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
SBSB Posted October 23, 2020 Author Share Posted October 23, 2020 I was asking about QAAM's site since I don't see the problem existing there. I still have no answer/solution about my initial post. Those details are the same. Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 2020 On 10/23/2020 at 10:04 PM, SBSB said: I was asking about QAAM's site since I don't see the problem existing there. I still have no answer/solution about my initial post. Those details are the same. Add to Home > Design > Custom CSS header.Header.Header--bottom.scrollNav { z-index: 10000 !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
SBSB Posted October 26, 2020 Author Share Posted October 26, 2020 Thanks very much! That fixed it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.