I’m using The Events Calendar Pro on a Graduate School website and some of their event titles are long (150+ characters). These are appearing well on the desktop version but information is getting cut off on mobiles. Any idea how to fix this so that the full event title shows up on mobiles as well?
You can try editing the CSS in your mobile styles to something like this: .fusion-events-featured-image .fusion-events-single-title-content {
position:relative;
}