Okay
  Public Ticket #2418273
Max Height for Row
Closed

Comments

  •  6
    Ali started the conversation

    Hi, 

    Is there a way to add a maximum height to a row? Or to columns inside a row?

    Thanks

  •  8,884
    Tahir replied

    Hey Again,

    You can use the Row Settings and check : 

    7256072102.png


    Thanks


    ThemeNectar Support Team 

  •  6
    Ali replied

    I'm sorry, I probably wasn't very clear on what i wanted to achieve. 

    I have SVG logos in the Clients carousel. As they are SVGs, they are currently fitting in the column with what looks like auto height. I tried putting in the following in the Custom CCS Code box, but it didn't work:

    .clients {
        height: 80px !important;
    }

    Are you able to tell me the custom ccs so i have a fixed height, and auto width?

    Also, is there a way to increase padding between each carousel item?

    Thanks again.

  •  8,884
    Tahir replied

    Try below, though gonna need a live url to provide 100% working CSS . 

    .clients {
        height: 80px !important;
        width:auto !important;
    }

    Thanks


    ThemeNectar Support Team