-
AuthorPosts
-
October 22, 2015 at 10:37 pm #636443
Hello!
Wondering if you can help me with this. Trying to get my text inline with my input fields using Contact Form 7. How would I go about doing this?
Mine: http://i.imgur.com/zzfO41E.jpg
Goal: http://i.imgur.com/HEfZSH1.jpgCurrent CSS for this so far:
/************* CONTACT FORM 7 ************/ #contact-us-bg { background-color: #EDEEEF; border-radius: 2.5px; } #formbtn { background-color: #2BABE1; border-color: 2BABE1; color: white; border-radius: 6px; padding: 11px 22px 11px 22px; margin-top: 10px; } #formbtn:hover { background-color: #4B5A66; border-color: #4B5A66; color: white; border-radius: 6px; padding: 11px 22px 11px 22px; } #required-fields { display: inline; float: right; padding-top:20px; } #formbtn { border: 0px; } @media (min-width: 980px) { #cform-7 { padding: 0px 200px 0px 200px; } }
Thanks in advance!
October 22, 2015 at 10:51 pm #636456Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
October 23, 2015 at 12:15 am #636492Here you go! I’ve set it up on a staging server, as I was developing it locally.
October 23, 2015 at 12:17 am #636493This reply has been marked as private.October 23, 2015 at 12:36 am #636504Hello Tsavo,
Thank you for giving us your site URL.
Please add the following CSS:.page-id-29 .wpcf7 span { display: inline-block; margin-left: 20%; width: 64%; } .page-id-29 span.wpcf7-form-control-wrap.your-email{ margin-left: 10.5%; } .page-id-29 span.wpcf7-form-control-wrap.your-number { margin-left: 9.5%; } .page-id-29 input#formbtn { margin-left: 35.5%; }
Hope this helps.
-
AuthorPosts