Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kieran O’Shea

    (@kieranoshea)

    You’ll want to make the hover box wider in the CSS on the calendar options page.

    Find the following

    .calnk a:hover span {
            width:150px;

    and change it to

    .calnk a:hover span {
            width:200px;

    Thread Starter tonydidsbury

    (@tonydidsbury)

    Thank you. works a treat.

    On a side note, is there any way to change justification as all text in the description box comes out as one big paragraph. I’ve tried the usual html formatting codes such as <p>,
    etc but no luck.

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    You can try the <br /> tag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘longer titles overlapping the hover display’ is closed to new replies.