Calendar widget, button alignment

Hi all,

Im trying to find a way to have the buttons on my calendar set to a set point from the bottom of the card. Im using grid view and at the moment the button appears at the end of the title. As the title length varies, this moves the button around. I want it to be a consistent height form the bottom. Ive looked on the CSS page and in this forum, and cant get it to work. Any help appreciated!

1 Like

Hi there and welcome to the Community, @DanB :waving_hand:

I’ve checked your widget and see that you’ve already aligned the buttons using this CSS code:

.eapp-events-calendar-grid-item-button {
  margin-top: auto !important;
  /* fixed gap from bottom */
}

If you have any questions left or any assistance is needed, we’re always here to help :wink: