• Resolved abacon

    (@abacon)


    Is there a way to make the row heights even for each time slot?

    I don’t want the height of the row tied to the length of the event.

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @abacon,
    Thanks for your question. Yes, you can achieve this by adding custom CSS e.g.

    .mptt-event-container {
        height: 110px !important;
        min-height: 110px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Fixed Rows Heights’ is closed to new replies.