Title: Jumpbox size
Last modified: May 25, 2020

---

# Jumpbox size

 *  Resolved [aristeajoy](https://wordpress.org/support/users/aristeajoy/)
 * (@aristeajoy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/jumpbox-size-2/)
 * I have 2 issues and I’m wondering if there is some custom CSS that will fix them.
   First, the jumpbox doesn’t fit well in the header. It makes the whole header 
   look askew. If I remove the jumpbox the header looks fine.
 * Second, the individual calendar days are rectangular shaped. In your images they
   all look square. Is there a way for me to adjust the calendar so that it is not
   squashed.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjumpbox-size-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/jumpbox-size-2/#post-12890282)
 * Your theme has set the width of a select box to 100%. You can adjust this for
   the calendar by adding the following CSS rule:
 *     ```
       .calendar-date-switcher select {
           width: auto;
       }
       ```
   
 * The height of the calendar day boxes is determined by the content inside. The
   base size is 60px but you can bump it up by using the following rule:
 *     ```
       td.day-without-date, td.day-with-date {
           height: 100px;
       }
       ```
   
 *  Thread Starter [aristeajoy](https://wordpress.org/support/users/aristeajoy/)
 * (@aristeajoy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/jumpbox-size-2/#post-12890479)
 * You made my day! Thank you for the quick response!

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

The topic ‘Jumpbox size’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [aristeajoy](https://wordpress.org/support/users/aristeajoy/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/jumpbox-size-2/#post-12890479)
 * Status: resolved