Events Calendar Format

I am using the Events Calendar plugin on my site and am having trouble with the display. The bottom section of individual event listings has very narrow columns - as you can see at https://vegfest.org/event/2022-new-england-vegfest/ (the "Details" and "Organizer" columns are so narrow that even short amounts of text wrap over multiple lines). Is this a theme issue and can it be fixed?

Comments

  • Hi,

    The CSS that narrows it comes from the plugin.

    I can give you a temporary fix for it:

    .tribe-events-event-meta.primary{
       width: 100%!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS, but it would be best if you contact the plugin authors and report this behavior.


    Thanks

  • Will do - thank you!

Sign In or Register to comment.