Jump to content

Trying to get overlapping logo between footer and section above it

Go to solution Solved by tuanphan,

Recommended Posts

I am trying to get this image/logo to overlap into the next section above it. I have successfully moved it up, but now it disappears behind the section rather than sitting on top of it. I am using this code to move it up. Now I just need to figure out how to make it sit on top of the section. Thank you!

 

#block-yui_3_17_2_1_1712000396722_116491 {
    position: relative;
  top: -30px;
    
}

Screenshot Google Chrome-2024-04-01 2.png

Link to comment
  • Replies 9
  • Views 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
On 4/4/2024 at 9:38 PM, Rorafilmco said:

@tuanphan here is a link to my site: Thank you! 

https://grasshopper-moose-taz5.squarespace.com/

PW: forum

Use this code to Custom CSS box

footer#footer-sections {
    z-index: 99999 !important;
}

image.thumb.png.f9a2f04f865fa1ce04dce13ab4637481.png

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
  • 5 months later...
On 9/25/2024 at 8:00 PM, Journalfloral said:

For me unfortunately this code doesn't work 😞
The logo stays in the footer and does not overlap to the section above.

@tuanphan

 

My website: https://evamauermann.com

Password: Help

Use this code under

div#block-yui_3_17_2_1_1727212884981_109724 {
    position: relative;
    top: -100px;
}

image.png.ed2cc0b909daf8bdb1901b8e6e10e64f.png

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
On 9/27/2024 at 5:16 PM, Journalfloral said:

 

Thanks, it worked! 🙂

Do I have to adapt anything for the mobile version?

 

If you wan to adjust position on mobile, use this code under

@media screen and (max-width:767px) {
  div#block-yui_3_17_2_1_1727212884981_109724 {
      position: relative;
      top: -50px;
  }
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.