Tagged: contact form button
Hi Guys,
Is there anyway of making the contact form button centred?
Also is there a way of having a contact form spanning width ways across the screen?
Hey markpevans!
Please add following code to Quick CSS
p.hidden + p.form_element {
text-align: center;
}
If that does not work, please post the link to your website
Cheers!
Yigit
Amazing!!!! Thank you so much. That worked.
Also is there a way of having a contact form spanning width ways across the screen? (as in the form fields being next to one another rather than above and below?)
Hi!
Please edit your contact form elements and change their width as needed – http://i.imgur.com/9kXIktp.png
Best regards,
Yigit
Awesome! Thank you. Is there a way of getting the submit button to appear on the right hand side after the field as apposed to under the fields?
Please see the screenshot:
https://www.dropbox.com/s/q1sc3b9s3ik8zzo/Screen%20Shot%202014-10-31%20at%209.32.26%20pm.png?dl=0
Hey!
Please change “center” to “right” in the code i posted here – https://kriesi.at/support/topic/contact-form-centre-the-submit-button/#post-344144
Regards,
Yigit