• Resolved paupixel

    (@paupixel)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @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/

    Best Regards

    Thread Starter paupixel

    (@paupixel)

    Hi Webnus, thanks for your response

    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

    (@webnus)

    Hello @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.