Event calendar widget malfunction

  • Issue description:

  • Link to the page with the widget in question:

ciao, da stamattina, riscontro un problema sul widjet calendario, infatti se imposto la layout “griglia” … quando la pubblico sul mio sito, si presenta diversamente cioè a pagina intera ?


Hi, since this morning, I’ve been having a problem with the calendar widget, in fact if I set the “grid” layout … when I publish it on my site, it appears differently, i.e. full page?

1 Like

Ciao, @Ciro_Gargiulo :waving_hand:

Ci scusiamo per l’inconveniente!

Abbiamo risolto il problema aggiungendo questo codice al campo CSS personalizzato nella scheda Stile delle impostazioni del tuo widget:

.es-grid-container {
display: grid !important;
}

Controlla il tuo sito web e fammi sapere se ora funziona correttamente :slightly_smiling_face:


Hi there, @Ciro_Gargiulo :waving_hand:

Sorry for this inconvenience!

We’ve fixed the issue with this code added to the Custom CSS field on the Style tab of your widget’s settings:

.es-grid-container {
  display: grid !important;
}

Check your website and let me know if it’s fine on your end now :slightly_smiling_face: