charben Posted November 1, 2020 Posted November 1, 2020 Site URL: https://bidie.co Hey! I just added custom css to fix the header while scrolling. The announcement bar is now hidden on desktop - seems to be fine for mobile. Please can you help? Thank you in advance!
tuanphan Posted November 2, 2020 Posted November 2, 2020 Can you check site url? We can't access. 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!)
tuanphan Posted November 2, 2020 Posted November 2, 2020 Add to Home > Design > Custom CSS header.Header.Header--top { top: 35.8px; } 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!)
charben Posted November 2, 2020 Author Posted November 2, 2020 Thank you, this seems to work to some extent but now when scrolling the top of the header is see through and you can see the content in place of the announcement bar (see image attached)
tuanphan Posted November 3, 2020 Posted November 3, 2020 Remove code I sent Next remove your header fixed code Next add this to Home > Design > Custom CSS to set sticky header header.Header { position: sticky; z-index: 9999; width: 100%; top: 0px; } 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!)
zala Posted April 28, 2021 Posted April 28, 2021 Hi @tuanphan, When I switched my header from fixed to sticky to enable the announcement bar to show up, a space appeared just below the header. How do I fix this? downtoearthadventures.com pw: downtoshirts
tuanphan Posted April 29, 2021 Posted April 29, 2021 21 hours ago, zala said: Hi @tuanphan, When I switched my header from fixed to sticky to enable the announcement bar to show up, a space appeared just below the header. How do I fix this? downtoearthadventures.com pw: downtoshirts In Custom CSS, remove this code .Content-outer { margin-top: 50px; } 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.