Laurasan Posted August 14, 2020 Share Posted August 14, 2020 Site URL: https://www.lsankowich.com/ Hello, I'm working on a site for my team's startup. Trying to create an affect where the banner image shrinks or collapses upon scroll, and the top navigation stays fixed. The site is currently hosted on a staging site, I'm not adept w/coding so any code snippets or suggestions would be greatly appreciated. Link to comment
tuanphan Posted August 14, 2020 Share Posted August 14, 2020 Add to Home > Design > custom CSS /* Sticky header */ header#header { position: sticky; position: -webkit-sticky; top: 0; width: 100%; } 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.