Calendar Not Sizing Properly on Mobile

1 reply · opened Mar 21, 2017

RRBT_MinistriesMar 21, 2017

Hi there,

I am experiencing an issue with the Calendario Plug-In when viewing the site on mobile. When the view switches from the full-screen calendar to the collapsed stacked view, the days only go up to the 8th, with everything else getting cut-off from view. Here is the live view of the test site we have set up. I have attached a screenshot of the issue as well.

Anything you can do to help would be great! And thanks for the template; I'm loving the look and usability so far!

SSemicolon WebSTAFFMar 29, 2017

Hello,

We have checked out your Website and this Issue occurs because of the following Custom CSS Code you have added in the Header:

.fc-calendar .fc-body { height: 700px; }

Please replace the above code with the following:

.device-lg .fc-calendar .fc-body,
.device-md .fc-calendar .fc-body { height: 700px; }

This will definitely fix your issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard