HomePage › Forums › Traveler › Reducing the size of the calendar › Reply To: Reducing the size of the calendar
You can try this css code:
@media (max-width: 992px) {
.single-st_activity .activity_show_caledar_below_off .calendar-content .fc-view.fc-month-view.fc-basic-view {
padding: 30px;
}
.single-st_activity .calendar-content .fc-content-skeleton .fc-event .btn {
height: 35px;
}
.single-st_activity #form-booking-inpage.activity_booking_form .book_form .row>.col-xs-12:first-child{display: none !important;}
}
Thanks