Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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
.message-form .send { float: none; width: 100%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }