Site logo

[Resolved] Problem with button getting hidden by block above

Home Forums Support [Resolved] Problem with button getting hidden by block above

Home Forums Support Problem with button getting hidden by block above

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1670917
    Chloe

    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

    #1671021
    Ying
    Staff
    Customer Support

    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;
    }
    #1671163
    Chloe

    Hi Ying!

    Thank you for this. It worked perfectly.

    Brilliant.

    Thank you.

    Chloe

    #1671227
    Ying
    Staff
    Customer Support

    No problem 🙂

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