Event Calendar alignment

Didn’t work for me, see: https://p1u.world

Still shows on the left.

1 Like

Hi @Neil_Collier :wave:

I’ll check it with the devs and will get back to you a bit later :slightly_smiling_face:

The code you were trying to use centers the widget’s container. However, if you want to align events and widget title to the center, please try to use this code instead:

.eapp-events-calendar-grid-component {
  justify-content: center;
}

.eapp-events-calendar-events-calendar-title {
  text-align: center;
}

Check it out and let me know if it worked for you :slightly_smiling_face:

Yes this works great thanks!

1 Like

No sweat :wink:

Just in case, I’d like to inform you that we have a CSS Codes category where you can find the most popular codes for different apps (including Event Calendar). You are very welcome to check it out - Event Calendar - Elfsight Community