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?
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
Hi Rikard,
Added tho, but not working. If I move the button above my title it does work :-(
Kind regards
C
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
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