-
AuthorPosts
-
April 15, 2015 at 11:21 am #250365
Right now, the form is set up and working, but is stacked on three separate lines.
How can I get it all on one line like this: http://www.phillipashleypresents.com/I’ve tried some of the custom CSS from other similar posts, but none worked.
Thanks!
April 15, 2015 at 11:22 am #250368This reply has been marked as private.April 15, 2015 at 2:10 pm #250510Hi There,
Thanks for writing in.
You could try checking this link below for the answer:
https://theme.co/x/member/forums/topic/mail-chimp-form-displayed-inline-or-block/#post-241040
Hope it helps. Let us know.
Thanks.
April 15, 2015 at 4:38 pm #250644Thanks, but no dice.
As I said, I tried 3 or 4 different CSS suggestions in the forum but none of them worked.
April 15, 2015 at 4:45 pm #250648Also cleared the cache
April 15, 2015 at 8:46 pm #250816Hi There,
Would you mind providing us with the site URL. This is to ensure that we can provide you with a tailored answer to your situation.
Thanks!
April 20, 2015 at 7:57 am #253914This reply has been marked as private.April 20, 2015 at 8:15 am #253941Hi there,
Please try adding the following CSS rules instead.
.x-subscribe-form { max-width: 700px !important; } .x-subscribe-form fieldset { display: inline; } .x-subscribe-form input[type="submit"] { margin-top: 0; }
Hope that helps.
April 20, 2015 at 2:37 pm #254207Awesome… that’s pretty close. Only thing I’d need now is to adjust the height of the button.
Any ideas?
April 20, 2015 at 2:38 pm #254209This reply has been marked as private.April 20, 2015 at 5:39 pm #254307Hi There,
You can add this under Custom > CSS in the Customizer.
.x-subscribe-form fieldset {vertical-align: top;} .x-subscribe-form input[type="submit"] {height: 55px;}
Hope it helps, Cheers!
April 21, 2015 at 8:09 am #254825Thanks much! Perfect!
April 21, 2015 at 8:35 am #254848You’re most welcome.
-
AuthorPosts