Plugin Contributor
webnus
(@webnus)
Hi @vortex0965,
We forwarded this issue to our developer team and they are working to fix it in the next updates.
Thank you for reporting this issue.
Please put this/these code(s) in Theme Options > Custom CSS :
.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view article.mec-label-featured:before {
top: 17px !important;
left: 110px !important;
height: auto;
}
– Inspect Element: https://webnus.net/dox/modern-events-calendar/inspect-element/
Best Regards
Thanks for your help,
I made some little changes to the code to display it better, especially on mobile devices and tablets. If it can help:
.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,
.mec-wrap .mec-event-tile-view article.mec-label-featured:before {
z-index:9999!important;
top: 70% !important;
left: 0px !important;
-ms-transform: rotate(0deg)!important;
-webkit-transform: rotate(0deg)!important;
transform: rotate(0deg)!important;
height: auto;
}
-
This reply was modified 6 years, 1 month ago by
vortex0965.