thesoulfulentrepreneur Posted August 24, 2021 Posted August 24, 2021 Site URL: https://www.leadwithbliss.com Hello! I have added custom code to www.leadwithbliss.com (password: leadwithbliss), implemented in Squarespace 7.1, to overlay the mobile nav menu on the header banner image. I managed to achieve that with the following code: .header-display-mobile { position: absolute; z-index: 999; top: 0; left: 0; width: 100%; } However, I run into an issue upon scroll: the nav folder does not appear upon click of the hamburger menu (see attached screen shot - notice the 'x', indicating that the folder is open). I suspect I am missing something fairly obvious with respect to bringing that element forward using position/z-index values but I can't quite seem to figure it out. Does anyone have any suggestions on how to fix this? Thanks in advance for your help!
tuanphan Posted August 27, 2021 Posted August 27, 2021 Hi, Why you use this code? .header-display-mobile { position: absolute; z-index: 999; top: 0; left: 0; width: 100%; } " overlay the mobile nav menu on the header banner image" Can you explain in detail this? 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!)
thesoulfulentrepreneur Posted August 27, 2021 Author Posted August 27, 2021 @tuanphan Yes so I had found this thread in which you provided a suggestion on how to achieve this look in the brine template on 7.0, I thought I would see if I could get it to work in 7.1
tuanphan Posted August 31, 2021 Posted August 31, 2021 On 8/28/2021 at 5:14 AM, stellaehabib said: @tuanphan Yes so I had found this thread in which you provided a suggestion on how to achieve this look in the brine template on 7.0, I thought I would see if I could get it to work in 7.1 You mean transparent header on mobile only? 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!)
thesoulfulentrepreneur Posted September 2, 2021 Author Posted September 2, 2021 @tuanphan yes correct 🙂 it already appears that way on desktop, by default.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.