Comments Castor started the conversationJune 25, 2016 at 8:20pmHi!Can you please help me custom css my contact form so that the button for send (enviar) is at the bottom CENTER (not right) and also i want to add a little round border, 10px please.link: http://naturalnica.com/contactanos/thank you![deleted] repliedJune 27, 2016 at 12:41pmHi Castor, You can only do that button full-width, please add the code below to Custom CSS .message-form .send { float: none; width: 100%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } Sign in to reply ...
Hi!
Can you please help me custom css my contact form so that the button for send (enviar) is at the bottom CENTER (not right) and also i want to add a little round border, 10px please.
link: http://naturalnica.com/contactanos/
thank you!
Hi Castor,
You can only do that button full-width, please add the code below to Custom CSS