Reply to: months on jump month only show 3

Not without customisation

you could simply add a horizontal tab layout and have November in 1 tab and December in the other using the events list instead of main calendar

see: https://guide2.co.uk/herefordshire/eventon-test/

 

add the following css to appearance>>>customise>>>additional css to make the tab title bigger

.su-tabs-nav span {
font-size: 33px;
}

or try

.su-tabs-nav span {
font-size: 33px !important;
}