Title: time before title
Last modified: May 11, 2018

---

# time before title

 *  Resolved [edsulst](https://wordpress.org/support/users/edsulst/)
 * (@edsulst)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/time-before-title/)
 * Hi,
 * I would like to show the time before the title in the monthly calender view. (
   not the hoover details !!)
    Now first the title is shown en below that the time
   is shown.
 * I can’t seem to find an option to set to this behaviour.
    Can you make this possible
   in a new update.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftime-before-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/time-before-title/#post-10270074)
 * You are correct there is no option for this behaviour. But I would be happy to
   add it in a future release.
 *  Plugin Author [Spiffy Plugins](https://wordpress.org/support/users/spiffyplugins/)
 * (@spiffyplugins)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/time-before-title/#post-10270127)
 * I actually found a bit of CSS to switch the order, this might be more helpful
   than an option.
 *     ```
       span.calnk-box {
           display: flex !important;
           flex-direction: column;
       }
   
       span.spiffy-title {
          order:2;
       }
   
       span.calnk-time {
           order:1;
       }
   
       span.spiffy-popup {
           margin-top: 4em !important;
       }
       ```
   
 *  Thread Starter [edsulst](https://wordpress.org/support/users/edsulst/)
 * (@edsulst)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/time-before-title/#post-10270271)
 * This is great.
    Thanks for the quick support !!!

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

The topic ‘time before title’ 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

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

 * 3 replies
 * 2 participants
 * Last reply from: [edsulst](https://wordpress.org/support/users/edsulst/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/time-before-title/#post-10270271)
 * Status: resolved