Align button and time

align button at time stamp at the buttom whatever the title is in one og two line.

1 Like

Hi there, @Anders_Lund_Soderbe1 — welcome to the Community! :waving_hand:

This CSS should do the trick:

.eapp-events-calendar-grid-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eapp-events-calendar-grid-item-name {
  flex: 1 1 auto;
}

Please add it to the Custom CSS field on the Style tab in your widget settings.

One more thing: I noticed you’ve added a script into the Custom CSS field (see your screenshot). Scripts should go into Custom JS on the Settings tab, and you’ll want to paste the code without the <script> tags :slight_smile:


So just remove the script from Custom CSS, add it to Custom JS, and you should be all set :wink: