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