Archived topic
Overflow Image
3 replies · Started by András on March 18, 2023
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.
Hi there,
give your CSS some importance:
/* CTA before footer image overflow */
.gb-container-6d54b1b5 {
overflow: unset !important;
}
Thanks for the help! It works! :-)
It was so simple that I could have thought of it too ;)
You're welcome :)