kris90210 Posted January 13, 2021 Share Posted January 13, 2021 Site URL: https://gvs.squarespace.com/ The navigation of my site (7.1) is overlapping the image in the first section. What I'm looking for is a way to begin the image once the navigation section ends. At the moment it seems that the navigation is hovering above the section. Does anyone know if there's a way of doing this? The password to the site is Welc0me2 Thanks in advance. Link to comment
tuanphan Posted January 17, 2021 Share Posted January 17, 2021 Add to Design > Custom CSS header#header { position: relative; } Also, home top banner is not fullsize on mobile. Do you want to fix 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!) Link to comment
kris90210 Posted January 29, 2021 Author Share Posted January 29, 2021 On 1/17/2021 at 2:48 AM, tuanphan said: Add to Design > Custom CSS header#header { position: relative; } Also, home top banner is not fullsize on mobile. Do you want to fix this? Thank you so much! Yes, my next question was about the resized image on mobile. If you could offer a suggestion on how I could fix this that would be hugely appreciated. Thank you again - Kris Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 On 1/13/2021 at 3:50 AM, kris90210 said: Site URL: https://gvs.squarespace.com/ The navigation of my site (7.1) is overlapping the image in the first section. What I'm looking for is a way to begin the image once the navigation section ends. At the moment it seems that the navigation is hovering above the section. Does anyone know if there's a way of doing this? The password to the site is Welc0me2 Thanks in advance. Incorrect password 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
kris90210 Posted February 3, 2021 Author Share Posted February 3, 2021 I'm an idiot! It's Welc0me1 Sorry Tuanphan 😞 Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 21 hours ago, kris90210 said: I'm an idiot! It's Welc0me1 Sorry Tuanphan 😞 Add to Design > Custom CSS /* resize mobile home banner */ @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: unset !important; height: 30vh; margin-top: 20vh; } div#block-yui_3_17_2_1_1610966487417_14295 p { font-size: 16px !important; margin: 0; } } I think the text should be under banner..If you want this, I will give new code 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
kris90210 Posted February 5, 2021 Author Share Posted February 5, 2021 If that's possible, yes that would be amazing, Tuanpahn! Thank you again - so generous of you to help me like this. I'm very grateful to you. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.