Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079506

    ianrhodes
    Participant

    Hi there – I’m using the ConvertKit Embedded Form and the ‘Get Updates’ button isn’t aligned correctly within the submit box (as attached).

    I’ve tried the javascript, raw html and wordpress plugin variations to no avail on irhodes.com

    I’m sure this is a simple css issue – could you please advise?

    Thanks

    Ian

    #1079916

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    It’s the padding added here

    .ck_form.ck_naked .ck_subscribe_button {
        width: 100%;
        color: #fff;
        margin: 0px;
        padding: 9px 0px;
        font-size: 18px;
        background: #99cc00;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        border: none;
        text-shadow: none;
        width: 30%;
        float: left;
        height: 42px;
    }

    Please remove it, or just add this another one

    .ck_form.ck_naked .ck_subscribe_button {
        padding: 0px !important;
    }

    Thanks!

    #1079994

    ianrhodes
    Participant

    Brilliant. Worked perfectly. Thanks for such a quick response.

    #1080007

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.