Okay
  Public Ticket #811688
Contact form customization
Closed

Comments

  • Castor started the conversation

    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!

  • [deleted] replied

    Hi 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;
    }