Site logo

[Resolved] Overflow Image

Home Forums Support [Resolved] Overflow Image

Home Forums Support Overflow Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2571849
    András

    Hello there,

    I would like to set the image overflow in the footer element of the website below. However, for some reason, it doesn’t work. I tried using the CSS code below, and it seemed fine for a while, but after a while, I noticed that it stopped working, and nothing has changed.

    /* CTA before footer image overflow */
    .gb-container-6d54b1b5 {
    overflow: unset;
    }

    Can you please help me make the overflow work? Thank you in advance.

    #2572048
    David
    Staff
    Customer Support

    Hi there,

    give your CSS some importance:

    /* CTA before footer image overflow */
    .gb-container-6d54b1b5 {
        overflow: unset !important;
    }
    #2572101
    András

    Thanks for the help! It works! 🙂
    It was so simple that I could have thought of it too 😉

    #2572401
    David
    Staff
    Customer Support

    You’re welcome 🙂

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