Title: Space between months
Last modified: September 4, 2019

---

# Space between months

 *  Resolved [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/)
 * hi, which CSS code would add some space between the months so those are not attached
   to each other ?
 * cheers
 * mrblues
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspace-between-months%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11899152)
 * Hello.
    Please make this fix.
 * Please open this file ../wp-content/plugins/booking/css/client.css
 * ( you can check how to edit files in WordPress menu in this article [https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/](https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/))
 * then add this code to the bottom of this file:
 *     ```
       div.cal_month_num_2 .datepick-one-month {
           width: 49%;
           float: left;
       }
       div.cal_month_num_2 .datepick-one-month.datepick-new-row{
           margin-right:2%;
       }
       ```
   
 * Please do not forget to clear browser cache before testing these changes.
 * Kind Regards.
    -  This reply was modified 6 years, 7 months ago by [wpdevelop](https://wordpress.org/support/users/wpdevelop/).
 *  Thread Starter [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11899310)
 * that was beautiful, works like a charm 🙂
 * only downside is that it has to be done again after next update?
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11899315)
 * Yes, you need to make this fix after update of plugin.
    But you can insert that
   code into the some other css file, for example in style.css file of your theme,
   so it’s have to work, as well. Kind Regards.
 *  Thread Starter [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11901470)
 * ok, would it work if I put the code on a plugin like a Code Snippets?
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11901482)
 * Hello.
    I do not sure, but you can try. You will be need to insert something 
   like this:
 *     ```
       <style type="text/css">
        div.cal_month_num_2 .datepick-one-month {
           width: 49%;
           float: left;
       }
       div.cal_month_num_2 .datepick-one-month.datepick-new-row{
           margin-right:2%;
       }
       </style>
       ```
   
 *  Thread Starter [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11901516)
 * hey man, your answers are coming like 5 seconds after I post something, never
   seen anyone be that fast! 🙂
 * Fast try with Code snippets ended with error so I use your original solution 
   and be done with that.
 * Many thanks!
 * mrblues

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

The topic ‘Space between months’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/space-between-months/#post-11901516)
 * Status: resolved