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.

Okay
  Public Ticket #1346945
Center Portfolio Title in Home Page
Closed

Comments

  • marketing360pt started the conversation

    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":""}}

  • [deleted] replied

    Hi there,

    Please justadd the code below to your Custom CSS area:

    .homepage-classes .pt-column {
    margin: auto;
    text-align: center;
    }