Tagged: 

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

    Hello.

    I placed the button row with other elements into the Color section. The hovering effect switches on only when the cursor gets close to the middle of the button. What is the reason that it is not switched on immediately after contact with the very border of the button?

    I would like to understand what is the issue here…

    #1297328

    Hey Vojtech,

    Thank you for the inquiry.

    The buttons are not working properly because the diagonal border is covering them. You may need to disable the border or transfer it somewhere else.

    Or use this css code to move the diagonal container downwards.

    .avia_transform .av-extra-border-element.border-extra-diagonal {
        margin-top: -150px;
    }
    

    Best regards,
    Ismael

    #1297508

    Hi Ismael,

    thank you for your help, I tried both and decided to disable the border in the end. It works fine now.

    Best regards,
    Vojtech

    #1297516

    Hi,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button row colliding with other elements’ is closed to new replies.