graphicabyss Posted April 16, 2021 Share Posted April 16, 2021 Site URL: http://karlmackie.com Hello, can anyone help? I am trying to make the header on the desktop version of my website stick! as it does for mobile and I am having zero luck! Much thanks. Link to comment
tuanphan Posted April 19, 2021 Share Posted April 19, 2021 On 4/16/2021 at 8:01 PM, graphicabyss said: Site URL: http://karlmackie.com Hello, can anyone help? I am trying to make the header on the desktop version of my website stick! as it does for mobile and I am having zero luck! Much thanks. Add to Design > custom CSS /* sticky header */ header#header { position: sticky; position: -webkit-sticky; top: 0; z-index: 999; } 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
graphicabyss Posted April 19, 2021 Author Share Posted April 19, 2021 @tuanphan Thanks for the advice, once posted in my CSS the header is still as it was, do you have any ideas - if you have time? - Thanks, Karl Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 On 4/20/2021 at 12:13 AM, graphicabyss said: @tuanphan Thanks for the advice, once posted in my CSS the header is still as it was, do you have any ideas - if you have time? - Thanks, Karl I see it worked here? 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
Archived
This topic is now archived and is closed to further replies.