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 #1339354
Control box size
Closed

Comments

  •  1
    desttes started the conversation

    Hi,


    1. I would like to control the size of each box so all of the displays are the same size in the VC Post Grid.

    Currently all of them are the same size but I need to increase it a bit more.

    2. Also for the same VC Post Grid, I need to align the Category to the left but i Don't know what is the element tag it for custom CSS

  • [deleted] replied

    Hi desttes,

    1— Visual Composer doesn't have an option to change the image size for this element. For more informations please write to Visual Composer support, maybe they can give you a custom code to achieve that.

    2— Please add the code below to your Custom CSS area:

    .vc_grid-filter.vc_grid-filter-center {
    text-align: left !important;
    }