Modern Events Calendar title font too large

Hi there, I am having trouble figuring out the correct css to target the font for the single event title on this home page.

Currently the long title pushes important content outside the viewable area and I’d like to make the font smaller.

Thanks

Hi @djguitar,

Try using the following CSS:

@media only screen and (min-width: 961px){
.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
    font-size: 30px; /*Adjust as necessary. Default is 50px*/
}
}

The following might help you:

Excellent, thanks for the fix. Also for the links.

Much appreciated. :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.