• Resolved eschlange

    (@eschlange)


    I’m wondering if there’s anyway to use the three letter weekday abbreviations instead of the full names. On mobile views the weekdays get squished together in standard calendar view.

    Any tips?

    Love the plugin, BTW!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eschlange

    (@eschlange)

    This is the calendar I’m working on, in case it helps: https://zwiftinsider.com/schedule/

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Right now there is no way, but it would be a good addition as a future option.

    For now you have 2 options

    1. Enter a Responsive Width on Spiffy Calendar > Options. This will reformat the display on smaller screens to a list.

    2. or add a css rule to hide the overflow

    tr.weekday-titles td {
    overflow: hidden;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shorten Weekday Names?’ is closed to new replies.