Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485676

    Hello, since I have a positioned text on the main image in top that lays on top of the blue field (where the button is), part of the Botton is not clickable. How to position only the Botton to be on top?

    #1485704

    Hey limedrop,

    Thank you for the inquiry.

    The button is being covered by the next column because of this css code:

    .flex_column.av-jphwa-2f2d0c7ad638153de46afd3b2370f48d {
        position: relative;
        right: 250px;
        padding: 200px 0px 0px 0px;
    }

    You could adjust the z-index of the first column, but it will put the text behind the background of the first column. Try to decrease the value of the right property to 100px or lower.

    Let us know the result.

    Best regards,
    Ismael

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