iancurcio Posted November 3, 2021 Share Posted November 3, 2021 Site URL: https://candidcreature.com Does anyone know if there has been an update in SquareSpace to allow for a sticky header using Wexley templates? Thanks, Ian Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 8 hours ago, iancurcio said: Site URL: https://candidcreature.com Does anyone know if there has been an update in SquareSpace to allow for a sticky header using Wexley templates? Thanks, Ian Add to Design > Custom CSS header#header { position: fixed; top: 0; z-index: 999; left: 0; right: 0; padding-top: 60px; padding-left: 60px; padding-right: 60px; } div#pageWrapper { margin-top: 115px; } 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
iancurcio Posted November 11, 2021 Author Share Posted November 11, 2021 Thanks, tuanphan. While this does stick the header, it does not allow the gallery to feed under the header but rather through it. Is there another workaround? Thanks, Ian Link to comment
tuanphan Posted November 14, 2021 Share Posted November 14, 2021 On 11/12/2021 at 2:48 AM, iancurcio said: Thanks, tuanphan. While this does stick the header, it does not allow the gallery to feed under the header but rather through it. Is there another workaround? Thanks, Ian Use this new code header#header { position: fixed; top: 0; z-index: 999; left: 0; right: 0; padding-top: 60px; padding-left: 60px; padding-right: 60px; } @media screen and (min-width:901px) { div#pageWrapper { margin-top: 180px; } } 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
iancurcio Posted November 14, 2021 Author Share Posted November 14, 2021 I appreciate all your help, tuanphan. Unfortunately, this didn't work either. I attached a screenshot for your review. Link to comment
tuanphan Posted November 17, 2021 Share Posted November 17, 2021 On 11/14/2021 at 8:46 PM, iancurcio said: I appreciate all your help, tuanphan. Unfortunately, this didn't work either. I attached a screenshot for your review. Try reload your site & add code again 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
iancurcio Posted November 17, 2021 Author Share Posted November 17, 2021 Still not working...bummer. Link to comment
tuanphan Posted November 17, 2021 Share Posted November 17, 2021 8 hours ago, iancurcio said: Still not working...bummer. You can keep the code in Custom CSS then let me know. I will try checking again 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
iancurcio Posted November 18, 2021 Author Share Posted November 18, 2021 Okay. The code is currently in Custom CSS. Thanks. Link to comment
tuanphan Posted November 19, 2021 Share Posted November 19, 2021 I see it is fine here See video: https://www.loom.com/share/ddee43d4e1544231b4e186da79953a79 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
iancurcio Posted November 19, 2021 Author Share Posted November 19, 2021 I'm actually wanting the photo galleries to disappear under the logo and navigation text. Please see the two attached screenshots. Thanks - Ian Link to comment
tuanphan Posted November 29, 2021 Share Posted November 29, 2021 You want make the header like as screenshot 2? https://candidcreature.com/ 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
iancurcio Posted November 29, 2021 Author Share Posted November 29, 2021 Yes. I want the gallery of images to disappear behind the header as they are being scrolled through (sen in screenshot 2). I put the red line there in photoshop to illustrate my point. In screenshot 1 the gallery of images are going through the header. Thanks so much for your help! Link to comment
Solution tuanphan Posted December 1, 2021 Solution Share Posted December 1, 2021 On 11/29/2021 at 11:56 PM, iancurcio said: Yes. I want the gallery of images to disappear behind the header as they are being scrolled through (sen in screenshot 2). I put the red line there in photoshop to illustrate my point. In screenshot 1 the gallery of images are going through the header. Thanks so much for your help! Add to Design > Custom CSS header#header { position: fixed; top: 0; z-index: 999; left: 0; right: 0; padding-top: 60px; padding-left: 60px; padding-right: 60px; background-color: white; } @media screen and (min-width:901px) { div#pageWrapper { margin-top: 150px; } } 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
iancurcio Posted December 1, 2021 Author Share Posted December 1, 2021 You are my hero! Thank you so much. Works perfectly. Link to comment
iancurcio Posted December 2, 2021 Author Share Posted December 2, 2021 Looks like this code creates a problem when viewing the site on a mobile device. The top image and the menu is lost. Any ideas? Link to comment
tuanphan Posted December 3, 2021 Share Posted December 3, 2021 14 hours ago, iancurcio said: Looks like this code creates a problem when viewing the site on a mobile device. The top image and the menu is lost. Any ideas? Try this new code The code will run on desktop only @media screen and (min-width:901px) { header#header { position: fixed; top: 0; z-index: 999; left: 0; right: 0; padding-top: 60px; padding-left: 60px; padding-right: 60px; background-color: white; } div#pageWrapper { margin-top: 150px; } } 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
iancurcio Posted December 4, 2021 Author Share Posted December 4, 2021 Worked perfectly. Thanks! 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