Title: Missing Time, Go Button, Right Border
Last modified: August 22, 2016

---

# Missing Time, Go Button, Right Border

 *  [IndigoDaisies](https://wordpress.org/support/users/indigodaisies/)
 * (@indigodaisies)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-time-go-button-right-border/)
 * I’m hoping you can help with some advice and code for fixing a few items with
   my calendar. I really love this plugin and have managed to customise quite well
   so far but really stuck with these things:
 * I am missing the event times on the full calendar view and on hovering over the
   event
 * Show there be grey borders down the right hand side? I was worried it was being
   cropped by my right side bar so I reduced the width of the calendar but there
   was still no border
 * The Go button next to the month and year selectors is too large – how can I reduce
   it or just have the text “Go” as the link rather than the button.
 * Link to the calendar is here [http://bidefordaac.co.uk/spiffy](http://bidefordaac.co.uk/spiffy)
 * [https://wordpress.org/plugins/spiffy-calendar/](https://wordpress.org/plugins/spiffy-calendar/)

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

 *  Anonymous User
 * (@anonymized-1391468)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-time-go-button-right-border/#post-5354986)
 * You can target CSS to the Go button:
 * `.calendar-date-switcher input { line-height: normal; }`
 * You can widen the year field with:
 * `.calendar-date-switcher .entry-content select { width: 100px !important;}`
 * Your right border is missing because it has been styled away with this in your
   custom CSS:
 *     ```
       #content tr td:last-child, #content tr th:last-child {
       border-right: none;
       }
       ```
   
 * The events do not appear to have a valid event time entered. Are you sure it’s
   there? Can you attach a screenshot of the editor of one of the events?
 *  Thread Starter [IndigoDaisies](https://wordpress.org/support/users/indigodaisies/)
 * (@indigodaisies)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-time-go-button-right-border/#post-5355050)
 * Hi Bev
 * Thank you for the information. As you can see I have managed to put most bits
   into action.
 * [http://bidefordaac.co.uk/spiffy](http://bidefordaac.co.uk/spiffy)
 * I think the button issue maybe to do with my theme style so will investigate 
   where I can find this.
 * Unfortunately I can’t attached a screen shot on here that shows the events have
   times assigned to them, if you can provide an email address I will happily send
   to you but I can assure they do have valid dates.
 * A couple more questions – where do I add padding to more the event text and number
   for date away from left border of the cell?
    Also can I align “Category key” 
   so it aligns with the colour blocks below?
 * Many many thanks for all your help
 *  Anonymous User
 * (@anonymized-1391468)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-time-go-button-right-border/#post-5355066)
 * To align the category key, target your CSS to table with class “cat-key” or td
   with class “cat-key-cell”.
 * Add padding to the calendar cells by targeting td with class “day-with-date” 
   and “day-without-date”.
 * I see you have a work around for the event times issue. I can only guess there
   is a conflict with something else that is preventing the time display.

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

The topic ‘Missing Time, Go Button, Right Border’ 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/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [time](https://wordpress.org/support/topic-tag/time/)

 * 3 replies
 * 2 participants
 * Last reply from: Anonymous User
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/missing-time-go-button-right-border/#post-5355066)
 * Status: not resolved