Title: Changing table width
Last modified: August 21, 2016

---

# Changing table width

 *  Resolved [danielnichols](https://wordpress.org/support/users/danielnichols/)
 * (@danielnichols)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/changing-table-width/)
 * Is there a way of changing the table width for the calendar please?
 * I would like it to fit within a mobile screen width.
 * My site is test.nichols.org.uk
 * Thanks!
 * [http://wordpress.org/extend/plugins/booking/](http://wordpress.org/extend/plugins/booking/)

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

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/changing-table-width/#post-3680960)
 * Hello.
    Here is possible 2 solutions.
 * 1) Please insert the booking form (booking shortcode), at the page inside of 
   the DIV element, like this:
 *     ```
       <div class="widget_wpdev_booking" >
       ... booking shortcode here ....
       </div>
       ```
   
 * Its will make the calendar smaller.
 * 2) Or you can make some fixes in the CSS skin of calendar. You will be need to
   change the width of the specific cells inside of the selected calendar skin (
   which you are set at the General Booking Settings page). You can find skins at
   the ../booking/css/skins/ YOUR SELECTED SKIN .css or ../booking/inc/skins/ YOUR
   SELECTED SKIN .css
 * Then you will need to find something similar to this and make your modifications
   of the width.
 *     ```
       /*   S I Z E    */
       .datepick-inline table.datepick td{
           width:40px;
           height:40px;
           padding:0px;
           border:0px;
           /* font-size:38px;/**/
       }
       .datepick-inline table.datepick td a{
           line-height:38px;
           height:40px;
       }
       ```
   
 *  Thread Starter [danielnichols](https://wordpress.org/support/users/danielnichols/)
 * (@danielnichols)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/changing-table-width/#post-3681007)
 * Solution 1 worked well!
 * Thanks!

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

The topic ‘Changing table 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [danielnichols](https://wordpress.org/support/users/danielnichols/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/changing-table-width/#post-3681007)
 * Status: resolved