• nicohoh

    (@nicohoh)


    Hello,

    To start, thank you for your great plugin!

    I try to set up a full width advanced button but I can’t get it.
    Do you have a custom css for that?

    Thank you

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi @nicohoh,
    There isn’t a built-in function the make the advanced button full width. This css should allow you to do it:

    .wp-block-kadence-advancedbtn .kt-btn-wrap:last-child {
        width: 100%;
    }
    span.kt-btn-inner-text {
        margin: auto;
    }

    If that doesn’t work would you mind posting a link to where you’re adding the button?
    Thanks!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Full Width Buttons’ is closed to new replies.