Align event cards by height (Slider layout)

I would love it if you can add a fixed height toggle like the one you have for the width.

1 Like

Hey there and welcome to the Community, @Ariel_Gomez :waving_hand:

I agree that it would be awesome to have this option right in the settings. If this idea gets more votes, we’ll try to consider it in the future :slightly_smiling_face:

As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings:

.global-styles, .eapp-events-calendar-slider-item-inner {
   height: 150px;
}

.global-styles,
.eapp-events-calendar-slider-item-info {
  padding: 0 0 20px 90px!important;
}
1 Like