Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    This happens sometimes; sometimes a theme issue, sometimes a plug-in conflict. You can solve it fairly easily with CSS:

    .my-calendar-header br { display: none; }

    Thread Starter telston

    (@telston)

    Hi Joe, that was a quick reply. It made a change but it’s still vertical.

    Plugin Author Joe Dolson

    (@joedolson)

    If you want it completely horizontal, you may also want to define this:

    .my-calendar-header p { display: inline; }

    Thread Starter telston

    (@telston)

    Perfect. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Calendar header not formatting correctly’ is closed to new replies.