[ad_1]
Hello.
Such issue exist because you defined your booking form as centered form at the WP Booking Calendar > Settings General page in “Form Options” section.
You need to make this small CSS fix to show the calendar in 3×2 months.
Please add this CSS to your Theme Editor settings.
You can check how to add own CSS customization to CSS Theme Editor here: https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/
Here’s the code you need to add:
.wpbc_booking_form_simple.wpbc_form_center .wpbc__form__div .wpbc_r_calendar.wpbc__row {
max-width: 100%;
}
.wp-block-booking-booking {
flex: 100%;
}
Please do not forget to clear the browser cache before testing these changes.
Kind Regards.