Is there any way to center the submit button at the bottom of the contact form?
Hi mattmorse!
You can move the button towards the right using this on Quick CSS:
.main_color input[type='submit'] {
left: 30%;
position: relative;
}
Best regards,
Ismael
This is not working for me. Again, I am referring to the Contact Form added via the Advanced Layout Editor.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia_ajax_form p { text-align: center; }
Regards,
Yigit
No luck.
src=”https://www.dropbox.com/s/k4w540cn1l48ryv/Screen%20Shot%202014-02-12%20at%2012.02.25%20PM.png” alt=”Screenshot” />
Hey!
Can you post the link to your page where you have the contact form?
Best regards,
Yigit
Working now.
I had to remove what Ismael told me to add above.
Thanks!