Title: Non responsive?
Last modified: February 5, 2021

---

# Non responsive?

 *  Resolved [paupixel](https://wordpress.org/support/users/paupixel/)
 * (@paupixel)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/non-responsive-16/)
 * Im using the lite TMEC on a test website. the site is ‘Coming Soon’ protected,
   so I cannot share.
 * When looking on mobile, the single event page is not reponsive!
 * Please help
 * Thanks
 * Pau
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnon-responsive-16%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/non-responsive-16/#post-14010275)
 * Hello [@paupixel](https://wordpress.org/support/users/paupixel/),
 * Please share the screenshot from your issue,
 * Also, you can follow the steps explained in this article:
    [https://webnus.net/dox/modern-events-calendar/inspect-element/](https://webnus.net/dox/modern-events-calendar/inspect-element/)
 * Best Regards
 *  Thread Starter [paupixel](https://wordpress.org/support/users/paupixel/)
 * (@paupixel)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/non-responsive-16/#post-14011325)
 * Hi Webnus, thanks for your response
 * [https://tinyurl.com/y5dfc6f2](https://tinyurl.com/y5dfc6f2)
 * This website is ‘coming soon’ protected
 * I’m already a member and I’m using the TEMC Pro in another website with no problem
 * But in this website, the lite single plugin is not responsive
 * I’m not sure what I’m supposed to do with the ‘inspection’
 * Thanks
 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/non-responsive-16/#post-14022441)
 * Hello [@paupixel](https://wordpress.org/support/users/paupixel/),
 * Thanks for reaching out,
 * Please do the steps below:
 * 1- Make sure to use the correct container size, to do this you can head over 
   to MEC Settings > Styling Options > Container Width
 * 2- If step 1 is not the reason for the issue, use the CSS below:
 *     ```
       @media(max-width:480px) {
           .single-mec-events {
               width: 90%;
               margin: 0 auto;
           }
       }
       ```
   
 * 3- If step 2 does not work, use the CSS below:
 *     ```
       @media(max-width:480px) {
           .mec-container {
               width: 85% !important;
               margin: 0 auto !important;
           }
       }
       ```
   
 * Note: You can put the CSS code in the MEC Settings > Custom CSS.
 * Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Non responsive?’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [webnus](https://wordpress.org/support/users/webnus/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/non-responsive-16/#post-14022441)
 * Status: resolved