Submit Form Button Aling

Permalink
Hello, I´m using the elemental theme and I need to center the Submit Button Form, how can i do that? I was trying to do it with Advanced & custom template but it centers all the questions too, I just need to move the button.

Thanks

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi jmarquezplasco,

You can try adding this CSS to your Custom CSS.
Toolbar > Page Settings (gear icon) > Design > Theme > Customize > Custom CSS gear icon button
form .form-actions {
    text-align: center;
}