Title: Calendar widget size problem
Last modified: August 21, 2016

---

# Calendar widget size problem

 *  Resolved [Danswan](https://wordpress.org/support/users/danswan/)
 * (@danswan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/calendar-widget-size-problem/)
 * Hi
 * I’m having a problem with the size of the calendar in the widget, the problem
   occurs in one month only.
 * I’ve adjusted the client.css as advised elsewhere on this support page to make
   the calendar a bit bigger, and this is fine in all months except the current 
   month (August). I’ve also tinkered with the height and width settings in “.widget_wpdev_booking.
   datepick-inline table.datepick td a”. As you can see, in August the changes I’ve
   made to the line size don’t seem to have any effect. I’m sure there’s just something
   simple I’ve missed. Any help greatly appreciated.
 * Site: [http://www.2bedroomalgarveapartment.co.uk](http://www.2bedroomalgarveapartment.co.uk)
 * Thanks
 * [http://wordpress.org/plugins/booking/](http://wordpress.org/plugins/booking/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/calendar-widget-size-problem/#post-4020146)
 * Hello.
    Please open this file: [http://www.2bedroomalgarveapartment.co.uk/wp-content/plugins/booking/css/client.css](http://www.2bedroomalgarveapartment.co.uk/wp-content/plugins/booking/css/client.css)
   on line 221 find this code:
 *     ```
       .widget_wpdev_booking .datepick-inline table.datepick, div#datepick-div table.datepick {
         width: 184px !important;
       }
       ```
   
 * and replace it to this code:
 *     ```
       .widget_wpdev_booking .datepick-inline table.datepick, div#datepick-div table.datepick {
         width: 315px !important;
       }
       ```
   
 * _P.S. Please note, in the next update 5.0 of the Booking Calendar, which will
   come in this month, will be very easy to configure the size of the calendar(s)
   from the settings for the new redesigned calendar skins._
 *  Thread Starter [Danswan](https://wordpress.org/support/users/danswan/)
 * (@danswan)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/calendar-widget-size-problem/#post-4020308)
 * Brilliant – many thanks for your help, and I look forward to the new version 
   with interest.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Calendar widget size problem’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Danswan](https://wordpress.org/support/users/danswan/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/calendar-widget-size-problem/#post-4020308)
 * Status: resolved