• Resolved ichimoku

    (@ichimoku)


    Hi,

    How can I resize the calendar and form so they fit next to each other?

    By default, the calendar occupies the full row and then the form appears below, also occupying the full row. I’d like to show them next to each other.

    Could I put the calendar in one column and the form in another column?

    Thanks

    • This topic was modified 7 years, 10 months ago by ichimoku.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Add this code into custom CSS file –

    .booking_calendar_container, .wpdevart-booking-form-container {
       float: left;
    }
    .booking_calendar_container {
       max-width: 60% !important;
    }
    .wpdevart-booking-form-container {
       max-width: 40% !important;
    }
    .wpdevart-booking-form {
       margin: 0 0 0 2%;
    }
    .booking_calendar_main_container:after{
    content:"";
    display:table;
    clear:both;
    } 

    If this doesn’t help then contact us again and we will try other solution.

    Best regards,
    WpDevArt support team.

    Thread Starter ichimoku

    (@ichimoku)

    Hi,

    Thank you very much for the prompt reply!

    I added it to the custom CSS, however, nothing happens.. It still remains the old format of Calendar + form below..

    I’m using Generatepress + Elementor, not sure it helps.

    Thank you again

    • This reply was modified 7 years, 10 months ago by ichimoku.
    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Contact us at [email protected] and we will try to find other solution.

    Thanks for using our Product!

    Best Regards,
    WpDevArt support team.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calendar and form resize’ is closed to new replies.