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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Laurasan Posted August 15, 2020 Author Share Posted August 15, 2020 (edited) Thank you!!! Edited August 15, 2020 by Laurasan Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment