Archived topic
Problem with button getting hidden by block above
3 replies · Started by Chloe on February 24, 2021
Hi there
I am having an issue with a button being partly hidden by the block above. The button slightly overlays the block above. I am not sure if I am explaining this very well! I think it is to do with the z-index, but I can't seem to make it work. It looks fine in the editor, but as soon as I publish, it is hidden.
Any help would be amazing. You can see here: https://www.doihaveacase.co.uk/
Many thanks in advance.
Clojo
Hi Chloe,
Only container has Z-index option in GB currently, we can use this CSS to pull the button up:
a.gb-button.gb-button-881c5534 {
z-index: 2;
}
Hi Ying!
Thank you for this. It worked perfectly.
Brilliant.
Thank you.
Chloe
No problem :)