• Hi
    I cant seem to get the vertical alignment working as the text ends up at the bottom of the button.

    .yikes-mailchimp-container .yikes-mailchimp-submit-button-span-text {
    color: #fff !important;
    font-size: 16px !important;
    font-family: cinzel;
    }
    And have tried everything from vertical-align:middle; to trying to set padding:10px 10px; etc.
    Any ideas would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @fwahren,

    Try removing the padding from the button itself:

    .yikes-easy-mc-form button.yikes-easy-mc-submit-button {
        padding: 0px;
    }

    There are various padding declarations on the button element and it’s throwing off the text.

    Cheers,
    Kevin.

Viewing 1 replies (of 1 total)
  • The topic ‘Text on submit button aligns bottom’ is closed to new replies.