Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #935534

    Hi,

    I have a button in a content section which is not clickable. I only have background with an overlay and a text there in that section. Even when I manually put the code for button it’s just not clickable.

    When I move it to another section, without background and overlay, it is clickable.

    Can someone help?

    #935727

    Hey ANONYMOUS,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-206 .avia_transform .av-extra-border-element.border-extra-diagonal {
        margin-top: -100px !important;
    }

    Best regards,
    Rikard

    #935748

    Hi Rikard,

    Added tho, but not working. If I move the button above my title it does work :-(

    Kind regards

    C

    #935830

    Hi,
    It is because the diagonal border has a transparent overlap.
    Please try this code in WordPress > Customize > Additional CSS:

    .page-id-206 #av_section_7 .av-extra-border-element.border-extra-diagonal {
        margin-top: -100px !important;
    }

    Best regards,
    Mike

    #937371

    Hi Mike,

    That worked awesome, for a day. Now I changed some things, overlay etc and broken again.

    How can I troubleshoot this myself?

    Looked into the code from the element inspector but couldn’t find what is/was different

    Thanks

    #937461

    Hi,
    It is because the change removed the ID “#av_section_7”, that’s ok I found a better one that probably wont get changed, #ebook

    .page-id-206 #ebook .av-extra-border-element.border-extra-diagonal {
        margin-top: -100px !important;
    }

    Best regards,
    Mike

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