Calendar Columns (Cards) per page

Is there a way we can have Columns or Cards per page option on the Layout settings, se we can manually select how many we want to display, same as native Rows per page (Rows per page Mobile.) Thank you! :blush:

Hi @Norton :waving_hand:

This option is available for the List layout and Masonry layouts only:

If you group events, for example, by month, these options disappear and you’ll be able to set number of months per page. Could you please share your use case (layout, groups used or not, etc)?

yes Events per page on List and Masonry is same Rows per page it does not allow you to check how columns of cards you can have per page

So, you’d like to set a specific number of columns (not event cards) for the Grid layout in your Programs Calendar Website widget, am I right?

Unfortunately, this option isn’t available in the settings, but I see you’re using the CSS code to display events in 5 columns on desktop:

@media(min-width: 1280px) {
  .eapp-events-calendar-grid-item-container {
    width: 20%;
  }
}

If you’d like to set a different number of columns, please adjust the width value in the code.

If you have any questions left, I’ll be happy to help :slightly_smiling_face:

Thanks, totally forgot about this, and I was looking for previous chats, for the solution, thanks again, as always, you are the man @Max

Great, you’re very welcome :wink: