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 #1898235
Center portfolio categories
Closed

Comments

  •  15
    Gerard started the conversation

    Hi,

    I'm writing this ticket because I have no idea how can I configure the view of my portfolio categories. I'd like to display it right on the middle like the one you have configured on your photography template. The subcategories, are showing  one at the top of the other, so I'd like o display them in a row too.

    Thanks in advance! ;D

    {"wp":{"use":false,"adminUrl":"bygerardvisuals.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Gerard,

    Can you please add the code below to your Custom CSS area:

    /* Portolio: Center Categories */
    .portfolio-title-holder .pt-column {
        margin: auto;
    }
    .product-filter .portfolio-subcategory {    
        left: 20%;
        right: auto;
        transform: translateX(-20%);
    }
    .product-filter {
        text-align: center;
    }
    Have a great day!