Full Calendar plugin is not responsive in new engine?!

Hiya,

I was using the Full Calendar plugin which has a responsive width in the old responsive engine, but after upgrading to the new engine I noticed that the Calendar plugin can only be fixed width.

Has anyone found a workaround for this?

If the page and parent elements are responsive, the calendar will be responsive too (it just won’t have its own responsive setting options, as it hasn’t been updated yet to the new engine yet)…

As long as you don’t have a max width applied, the Calendar element will stretch to fit it’s parent container’s width, and shrink down indefinitely…

So the best way to use it is to add it to a responsive group (which has whatever min and max widths you want it to have), and it will inherit the responsive settings of that group (only for width though, not for height).

1 Like

Thanks @adamhholmes you’re right, it is responsive in preview/live but not when tested in Responsive editor view, which is kind of strange! Anyway that doesn’t matter, it is responsive in preview/live and that’s the main thing!

On a similar note (hope you don’t mind another rapid fire question!) but I have a list of customer info displayed on multiple lines. If they don’t have an email or phone number, for example, then I am left with a big gap where that text would have been. Is there a way to make the text box shrink to fit the height of whatever info is there?

If not, no worries, I will just recreate it with individual text inputs and hide then if empty. Thanks!