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

    I’m currently working on creating a schedule for a conference with Breakout sessions.
    It needs to have Title, Description, Speaker and Location columns. I was trying to do this with a Table but when the description gets long it breaks the alignment. How can I put in 4 columns and multiple rows and have the rows stay aligned with each other? This would also need to be responsive.

    #1334752

    Hey satucker,

    Your site looks to be in maintenance mode, please include login details in private so that we can view the page you linked to.

    Best regards,
    Rikard

    #1334757

    see private content

    #1334766

    Hi,

    Thanks for that. You can try to set a minimum height to list items using this CSS:

    ul.pricing-table li {
        height: 80px;
        min-height: 80px;
    }
    
    ul.pricing-table li.avia-heading-row {
        height: 40px;
        min-height: 40px;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.