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

    Hi,
    I placed a button in a colored section with diagonal border, but it is not working.

    #1215903

    Hey Alexander,
    The diagonal border has a invisible section the height of the border that is over the top of your button, so try using the margin or padding to move the border down away from the button, or try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av_section_1 > div.av-section-color-overlay-wrap > div.av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse {
    	    margin-top: 0px !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1215979

    Hi Mike,

    Your extra css makes the height of de headersection increase by 8 centimeters.

    I have just found another solution on this forum that worked:
    https://kriesi.at/support/topic/diagonal-borders-disable-buttons/

    #1215982

    Hi,

    I’m glad you found a solution. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1215984

    Hi Jordan,
    This topic can be closed.
    Thanks!
    Alexander

    #1215989

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button not working in colored section with diagonal border’ is closed to new replies.