• Great plugin!

    Just wondered if there is a way to drop the event title onto a new line on the front end calendar?

    My first word gets cut off if its too long and generally it would look neater if it was on a new line from the time rather than just tabbed across.

    Figured it must be somewhere in the PHP but not being fluent I can’t seem to insert a
    into the code between the two <span> sections

    Any help?

    http://wordpress.org/extend/plugins/ajax-event-calendar/

Viewing 1 replies (of 1 total)
  • try adding this in your theme style.css

    .fc-event-title {
      float: left;
    }

    NOTE: it must be loaded after the plugin css or you wont see any change.
    To test it, try using Firefox “Web Developer” plugin and inspect a calendar element, then add the above. (OR similar tool in Chrome)

Viewing 1 replies (of 1 total)
  • The topic ‘Event title display on new line?’ is closed to new replies.