• Resolved kevjon

    (@kevjon)


    My theme uses a right side bar and so my calendar page has the tooltips cut off down the right side (on Saturday events, the right side of the calendar) and cannot be read properly. It looks fine without sidebar, but I want to have the sidebar.
    Is this a css thing I could change?
    Or you could have the tooltips moved left?

    http://wordpress.org/extend/plugins/spiffy-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Bev

    (@bstofko)

    You can adjust the CSS to make the popup go left. Something like this works on the default CSS:

    #spiffy_events_calendar .calnk { position: relative; }
    #spiffy_events_calendar .calnk a:hover div { right: 25px; }
    Thread Starter kevjon

    (@kevjon)

    Thanks for that – but it doesn’t seem to work.
    My theme is Weaver II and you can look at the site to see the problem
    http://knucklascommcentre.org.uk/calendar/?month=apr&yr=2013

    Bev

    (@bstofko)

    I thought you meant the widget. In the main page calendar you would use something like this:

    .calnk { position: relative; }
    .calnk a:hover div { right: 25px; }
    Thread Starter kevjon

    (@kevjon)

    Thanks, that works.
    However I now have the problem on the left (Sunday) side!
    Admittedly not as often needed, but still..

    Bev

    (@bstofko)

    Perhaps a better option in your case is to make the calendar less than 100% width so the popups fit better.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Part view cut off’ is closed to new replies.