Pin graphic to bottom

Preview link: http://livelihoodcreative22.webflow.io/

I’m trying to pin this graphic (two intersecting geometric shapes) to the bottom. I know I need to make the div fixed, but I don’t want it to overlap the content above it when I scale the window vertically. Is there a way to create a point where it stops overlapping the content? Thanks!

Yes. Make it position:absolute and stuck to bottom inside an element that you give a min:height, the min height value being just before it would overlapp. Does this make sense to you?

Yup, that worked! Thanks @vincent !

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.