• Resolved kersh44

    (@kersh44)


    Good afternoon.

    I have spent a long time on this and no matter how many times I edit it the layout is not as I want. The months are showing on top of each vertically and not horizontally as I would like. I have images of how mine looks as well as an image of how it has been shown on WP calendar booking site. Many thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    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.

    Thread Starter kersh44

    (@kersh44)

    Thank you so much for coming back to me so quickly. I am unable to add CSS customisation (I have Elementor pro but it says I need to upgrade to add css customisation) – is there a way around that? Thank you in advance.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can add it in the settings of your theme (and not in the Elementor).
    For standard Classic Themes, it is usually located in the “Appearance > Theme Editor” section.
    However, in the new WordPress Block themes, it can be found in “Appearance > Editor > Styles”.

    Kind Regards.

    Thread Starter kersh44

    (@kersh44)

    Many thanks for coming back to me however I am not getting anywhere. I can’t add screenshots to show you what is happening.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can add that CSS to the style.css file of your theme (to the bottom of that file). If you can edit the style of your actual theme.
    Otherwise you can send screenshot of your issue to our support email, which you can find at the plugin website here https://wpbookingcalendar.com/contact/

    Kind Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.