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.
{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi,
i dont know how to make the alignment left of this 2 elements: see files attached.
1. The button of "send message" in the contact page.
2. The title:"about me"in the about me section.
thank you
Hi Maya,
1— Please go to your Custom CSS area and find this CSS code:
.wpb_wrapper .section-title { text-align: center; }and replace center with left.
2— Just add the code below to Custom CSS
.message-form .send {
float: left; }
THANK YOUUUUUUUUUUUUUUUUUU