Tagged: x
-
AuthorPosts
-
July 9, 2016 at 2:15 pm #1079506
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
July 10, 2016 at 1:31 am #1079916Hi 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!
July 10, 2016 at 3:35 am #1079994Brilliant. Worked perfectly. Thanks for such a quick response.
July 10, 2016 at 3:56 am #1080007You’re welcome!
We’re glad we were able to help you out. -
AuthorPosts