Archived topic
Making the image to overlap the background
3 replies · Started by Desmond on August 17, 2021
I am trying to recreate the overlapping coffee cup I have on my current website,
I have tried using z-index on the coffee cup, but I can't seem to get it to overlap.
Hi there,
Your Container block with the class gb-container-cta-box is set to overflow: hidden;.
Consider removing it so the image flows out of the container. :D
Hi Elvin,
Thanks! I don't see any settings available, so does that mean I need to add my own custom code? overflow:inherit;?
Try adding this:
.gb-container-cta-box{
overflow: visible !important;
}