• Resolved aivaras55

    (@aivaras55)


    Hi,

    I have been trying to sort out my booking form to look decent. Now it looks like this Website https://postimg.org/image/4vwgg7f0f/

    I have used a shortcode: [booking type=1 options='{calendar months_num_in_row=1 width=868px cell_height=30px}’ form_type=’standard’ nummonths=1 startmonth=’2014-01′]

    Any way to add a parameter to make a form also same width as calendar?
    Also can I center everything?

    Thanks

    • This topic was modified 9 years, 6 months ago by aivaras55.
Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You can specify the width of your booking form fields in CSS file, in a way like this:

    You need to add to the bottom of this file
    ../wp-content/plugins/{Booking Calendar Folder}/css/client.css this code:

    
    .booking_form_div select,
    .booking_form_div textarea,
    .booking_form_div input[type="text"] {
      width:868px;
    }
    

    Please do not forget to clear browser cache before testing these changes.

    Additionally if you are using the paid version of Booking Calendar, you can configure different structure of booking form at Booking > Settings > Fields page.
    Kind Regards.

Viewing 1 replies (of 1 total)

The topic ‘Form Width’ is closed to new replies.