Title: Responsive calender
Last modified: January 20, 2022

---

# Responsive calender

 *  Resolved [ricokits04](https://wordpress.org/support/users/ricokits04/)
 * (@ricokits04)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/responsive-calender/)
 * Hi,
 * I’m using the grid view, simpel look on my site. On tablet the calender doesn’t
   scale down the way it should. The events are going on top of each other, making
   it unreadable.
    ( [https://roden.bezoeknoordenveld.nl/](https://roden.bezoeknoordenveld.nl/))
 * Hopefully someone will have the solution.
 * Thanks.
 * Rico
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-calender%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/responsive-calender/#post-15278984)
 * Hello [@ricokits04](https://wordpress.org/support/users/ricokits04/),
 * Please put the CSS below in MEC Settings > Custom CSS:
 *     ```
       @media(min-width:760px) and (max-width:1280px) {
           .mec-event-grid-minimal .col-sm-4  {
               width: 100%;
               display: block;
           }
       }
       ```
   
 * Best Regards

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/modern-events-calendar-lite_e2f4ff.
   svg)
 * [Modern Events Calendar Lite](https://wordpress.org/plugins/modern-events-calendar-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modern-events-calendar-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modern-events-calendar-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modern-events-calendar-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [webnus](https://wordpress.org/support/users/webnus/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/responsive-calender/#post-15278984)
 * Status: resolved