Title: Form Width
Last modified: December 10, 2016

---

# Form Width

 *  Resolved [aivaras55](https://wordpress.org/support/users/aivaras55/)
 * (@aivaras55)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/form-width-6/)
 * 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/](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](https://wordpress.org/support/users/aivaras55/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/form-width-6/#post-8537860)
 * 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.

 * ![](https://ps.w.org/booking/assets/icon-256x256.gif?rev=3335907)
 * [Booking Calendar](https://wordpress.org/plugins/booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/booking/)
 * [Active Topics](https://wordpress.org/support/plugin/booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/form-width-6/#post-8537860)
 * Status: resolved