Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi @smartinwp16.

    It is a CSS issue, so you can add custom CSS from the Themes page. Navigate to the Booking Calendar Themes page, General settings tab, and find this option “Enable custom CSS”. Then enable it and add this code –

    .booking_calendar_main_container {
        display: inherit!important;
    }
    .booking_calendar_container {
        width: 100%!important;
    }
    .wpdevart-booking-form-container {
        width: 100%!important;
    }

    This should help, also, after you add this code clear your website and browser caches.

    About the prices, there isn’t enough space for showing the prices, so we can’t do anything in this case.

    Thanks.

    Thread Starter smartinwp16

    (@smartinwp16)

    CSS works for 1st question , thank you very much.

    > About the prices, there isn’t enough space for showing the prices, so we can’t do anything > in this case.

    You mean, the mobile version is by default not intended to show prices due to lack of space? There’s no some option to decrease font in mobile version? Because showing orices is pretty importanat, and majority of users watch the site on mobile of course.

    Thank you, have a good weekend.

    • This reply was modified 2 years, 7 months ago by smartinwp16.
    Plugin Author wpdevart

    (@wpdevart)

    Hi @smartinwp16.

    We understand your position, but unfortunately, there isn’t an option in this case.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Design broke down – form can’t show below the calendar any more?’ is closed to new replies.