Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1427537

    Hello everyone
    can I set that all 3 columns are the same height

    thanks

    kind regards Franz

    #1427547

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to apply a minimum height to the iconbox content.

    .flex_column_table.av-kh47oq-ebd8296e864cdb607dd998afec3917c9 .flex_column .iconbox .iconbox_content {
        min-height: 270px;
    }
    
    @media screen and (max-height: 1024px)
    {
        .flex_column_table.av-kh47oq-ebd8296e864cdb607dd998afec3917c9 .flex_column .iconbox .iconbox_content {
            min-height: 300px;
        }
    }
    

    Best regards,
    Ismael

    #1427551

    Thank you very much
    Ismael

    Fits great
    you can close this request

    kind regards Franz

    #1427563

    Hi,

    Great, I’m glad that Ismael could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘same height’ is closed to new replies.