Title: Responsive calendar
Last modified: August 30, 2016

---

# Responsive calendar

 *  Resolved [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * (@ctuxboy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-calendar-1/)
 * Hello,
 * On smaller screens the calendar go out the normal flow (viewport), then i have
   horizontal scrollbar. See it here:
    [http://wpdev-d-o-t-be.alvast-online.nl/kalender/](http://wpdev-d-o-t-be.alvast-online.nl/kalender/)
 * Is there a way that the event title cut-off (hidden) on the right side?
    I think
   with some customizing css?
 * Similar like this test-calendar on smaller screens:
    [http://wpdev-d-o-t-be.alvast-online.nl/test/](http://wpdev-d-o-t-be.alvast-online.nl/test/)
 * I try adding **overflow:hidden** in **.calnk** without success :-/
 * Regards,
    Christophe
 * [https://wordpress.org/plugins/spiffy-calendar/](https://wordpress.org/plugins/spiffy-calendar/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * (@ctuxboy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-calendar-1/#post-6636581)
 * Hi,
 * I found a solution.
 * Adding this css in the settings -> option:
 *     ```
       .calendar-table td {
               max-width: 0;
               overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
       }
       ```
   
 * Now it is full responsive without breaking the browser-flow.
 * I find the info here:
    [http://stackoverflow.com/questions/9789723/css-text-overflow-in-a-table-cell](http://stackoverflow.com/questions/9789723/css-text-overflow-in-a-table-cell)
 * Regards,
    Christophe

Viewing 1 replies (of 1 total)

The topic ‘Responsive calendar’ is closed to new replies.

 * ![](https://ps.w.org/spiffy-calendar/assets/icon-256x256.png?rev=2398731)
 * [Spiffy Calendar](https://wordpress.org/plugins/spiffy-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/spiffy-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/spiffy-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/spiffy-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spiffy-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spiffy-calendar/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ctuxboy](https://wordpress.org/support/users/ctuxboy/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-calendar-1/#post-6636581)
 * Status: resolved