Tagged: cornerstone
-
AuthorPosts
-
January 24, 2017 at 2:26 pm #1343622
Dearest X,
I am using ConvertKit for an email catch and I’d love to have the form on one line. It doesn’t look like there are any/many options within ConvertKit… is this something we can achieve with CSS?
Your name, email and SMALLER subscribe button (all on one line)If not, is there any way to get rid of this huge space below (and some space on top). I have zero margins, padding, etc.
Here is our page: http://austrianadaptation.com/new/
Here is an example http://www.bordersofadventure.com/
thanks! I always struggle with email sign ups… I’ll add it to the next “honey do” list I see on X theme users fb.
January 24, 2017 at 7:58 pm #1344106Hi There,
Thanks for writing in.
To remove the spaces add this in your Customizer > Custom > CSS:
.page .ck_form.ck_naked{ margin: 0px; }
To make the form in one line,
.ck_form.ck_naked.width400 .ck_subscribe_button, .ck_form.ck_naked.width400 input[type="text"], .ck_form.ck_naked.width400 input[type="email"]{ width: 147px; float: left; margin-top: 5px; } .page-template #x-section-2 .x-container.marginless-columns .x-column.x-1-3{ width: 53.33333%; }
Hope it helps.
Let us know how it goes.
Thanks.
January 25, 2017 at 5:50 am #1344548Hmmm, almost, when I first added the info, they were aligned on one line but still had the huge margins, especially on bottom. I tried copying and pasting the same ConvertKit code into a new raw content box but as soon as I did that the form became stacked on two lines?? I’d still prefer to have it on one line… and the margins… where are these coming from? If it helps, here is the info I plug into the Raw Content box: <script async id=”_ck_144871″ src=”https://forms.convertkit.com/144871?v=6″></script>
January 25, 2017 at 11:01 am #1344956Hi again,
You can add the following code in your Customizer:
.ck_modal.ck_form_v6 .ck_minimal .ck_subscribe_form { padding-top: 0 !important; margin: 0 !important; } .ck_form.ck_minimal .ck_form_fields { padding: 2% 5%; }
Let us know how this goes!
January 26, 2017 at 4:51 am #1346157This reply has been marked as private.January 26, 2017 at 7:10 am #1346258Hi There,
Please double check the credentials. It is not working when I tried to login.
January 27, 2017 at 2:54 am #1347455This reply has been marked as private.January 27, 2017 at 3:21 am #1347486Hi,
The login provided is still not working.
Kindly check again and let us know.
Thanks
January 27, 2017 at 6:47 am #1347678This reply has been marked as private.January 27, 2017 at 8:13 am #1347776Hi There,
I changed your columns from 2/3 1/3 to 1/2 1/2
It looks pretty much the same, but the plugin is responding much better like that and I just added the following CSS to adjust on Cornerstone Settings > Custom > CSS
.ck_form.ck_naked .ck_form_fields { padding: 0% !important }
Hope that helps
Joao
January 27, 2017 at 9:23 am #1347827Sweetness! Finally. thank you!
January 27, 2017 at 9:27 am #1347831You’re most welcome!
Feel free to ask us again.
-
AuthorPosts