Hi
I’m trying to adjust the breakpoints for the Modern Events Calendar Carousel, so that it doesn’t display the mobile view on tablet. I’ve found the following code in the MEC documentation, but I’m not entirely sure whether it’s the right one to adjust the carousel view and if so, where in my child theme I need to put it:
function customize_tribe_events_breakpoint() {
return 600;
}
add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );
Would you be able to advise. Many thanks