Plugin Contributor
webnus
(@webnus)
Hello @garf,
Please put the CSS below in MEC Settings > Custom CSS:
/* Fix category issue */
.mec-event-tile-view article.mec-tile-item .mec-event-detail ul {
margin-left: 0;
}
/* Fix event link and location (span) */
.mec-event-tile-view article.mec-tile-item .mec-event-title a,
.mec-event-tile-view article.mec-tile-item span {
word-break: break-all;
}
Regarding Google Font, please go to MEC Settings > Styling Options > Disable Google Fonts, and enable it.
Best Regards
Thread Starter
garf
(@garf)
Thank you for your answer.
Sorry, I can’t use Google Font. Our privacy policy prohibits Google Font.
The CSS code works.