• Resolved edsulst

    (@edsulst)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    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

    (@spiffyplugins)

    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

    (@edsulst)

    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.