Hi,
how can i center the “send” button on avia forms? Now it floats left.
Thank you for helping!
Hey Luisgasser,
Please try the following in Quick CSS under Enfold->General Styling:
input[type=submit] {
display: table;
margin: 0 auto;
}
Best regards,
Rikard
HI,
thank you, but it doesn’t change anything.
Hi Luisgasser,
You need to add !important; to the code, that Rikard gave you:
input[type=submit] {
display: table;
margin: 0 auto !important;
}
If you need further assistance please let us know.
Best regards,
Victoria