Archived topic
Overlap at bottom Cutoff
5 replies · Started by Dave Swift on September 26, 2022
Hello, I'm trying to have an image overlap at the bottom of a container in mobile view. I'm using a negative margin in the container to achieve this, however the image is being cutoff at the end of the container.
I have tried increasing Z-index and using the overflow property in CSS but nothing seems to be helping.
Perhaps you have a better method to achieve the same result? Thank you!
Screenshot:
https://share.clientamp.com/WN9mZr
Hi there,
Can you provide the link to your site?
I only see the username and password in the private info field.
Thanks :)
🤦♂️
Hi Dave,
Try add this CSS so the hero section container will show the overflow content:
section#hero {
overflow: visible;
}
Thanks that worked, I must have been targeting the wrong selector. I appreciate the help.
No problem :)