Events Calendar Titles

I'm not sure if this is an issue with Betheme or the plugin - I'm using The Events Calendar, and on mobile view, the line spacing of the title is too short, so the title looks squished, attached. I've tried to modify it a few different ways but nothing is working. https://vegfest.org/event/worldwide-vegan-chalking-night-2023-clinton-ma/


Comments

  • Hi,

    The CSS from the Events Calendar affects it.

    You can overwrite it with the following CSS code:

    .single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title{
     line-height: 1.3em!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Thank you - fixed!

Sign In or Register to comment.