Hello,
The header bar of the calendar (containing the month, navigation buttons, etc.) does not adapt properly when displayed on small devices. It cames from the fact that it is a large html table, which cannot be resized.
Would it be possible to change the html structure of this header, or adapt it to be fully responsive? (maybe put it on 3 lines when screen is too small, or regroup buttons)

Thanks

CommentFileSizeAuthor
#1 fullcalendar_responsive.patch1.18 KBRomain.E
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Romain.E’s picture

Here is an example of custom patch to make the header bar responsive.
Important: this patch is based on Twitter bootstrap (http://twitter.github.com/bootstrap/) and so won't work if bootstrap is not included in the theme.

hefox’s picture

http://code.google.com/p/fullcalendar/issues/detail?id=1423 Issue in fullcalendar's jquery plugin queue