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
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