Hello,
I am adding Events Calendar on a pre-existing theme and have installed:
Events Calendar
Events Calendar Pro
Events Calendar Community
Theme uses sidebar and the content area has max-width of ~700px. Making content area wider would create all kinds of unpleasantries and i would prefer to not do that.
Is it possible to alter the function eventsBarWidth in tribe-events-bar.js? More specificly i would like to change:
if ( tribeBarWidth < 728 ) { $tribebar.removeClass( 'tribe-bar-mini' ).addClass( 'tribe-bar-collapse' );
to:
if ( tribeBarWidth < 698 ) { $tribebar.removeClass( 'tribe-bar-mini' ).addClass( 'tribe-bar-collapse' );