[Resolved] Overlap at bottom Cutoff

Home Forums Support [Resolved] Overlap at bottom Cutoff

Home Forums Support Overlap at bottom Cutoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2354345
    Dave Swift

    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

    #2354376
    Leo
    Staff
    Customer Support

    Hi there,

    Can you provide the link to your site?

    I only see the username and password in the private info field.

    Thanks πŸ™‚

    #2354377
    Dave Swift

    πŸ€¦β€β™‚οΈ

    #2354548
    Ying
    Staff
    Customer Support

    Hi Dave,

    Try add this CSS so the hero section container will show the overflow content:

    section#hero {
        overflow: visible;
    }
    #2354555
    Dave Swift

    Thanks that worked, I must have been targeting the wrong selector. I appreciate the help.

    #2354573
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.