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 there,
I want to center the title, like blog are.
I already added the code in custom css theme editor (user css modifications):
.section-title {text-align: center;
}
But without effect in portfolio title.
Any help?
{"wp":{"use":false,"adminUrl":"http://bit.ly/2yLHgLP/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi there,
Please justadd the code below to your Custom CSS area:
.homepage-classes .pt-column {margin: auto;
text-align: center;
}