Hi Max,
can the calendar tiles also be centered globally, for example, if you only have 2 or 3 of them? Or make them wider, e.g. to 33.33% width per tile or 50% per tile?
It all looks good on the phone, but of course there is a gap on the desktop.
Hi Max,
can the calendar tiles also be centered globally, for example, if you only have 2 or 3 of them? Or make them wider, e.g. to 33.33% width per tile or 50% per tile?
It all looks good on the phone, but of course there is a gap on the desktop.
Hi @Alex_Zosel
You can disable the Full width option and reduce the width:
Does it work for you or you’d like to keep the Full width option, but with the centered event cards?
Hi Max,
in the smallest desktop resolution we already have a max width of the container of 1300 px, then 1440 as breakpoint, 1920 and fullscreen.
Fullscreen is therefore already suitable. But it would be great if you could create the tile widths in Elfsight according to the grid. So 1-column, 2-column, 3-column, 4-column. 25% / 33% / 50% / 75% / Fullscreen.
We like to work with the CSS grid function when we create this manually.
LG, Toby
Got you, thanks!
In this case, you’re very welcome to use this CSS code:
.eapp-events-calendar-grid-component {
justify-content: center;
}
We also have a request for adding this feature to the settings on the Wishlist. Feel free to upvote it here - To center elements in grid
Hi Max,
Thank you for your brilliant support.
It’s my pleasure