• Resolved KRiver

    (@kriver)


    I am trying to use the calendar widget in my sidebar. Everything works great except the way each of the days looks. The alternate color for each day is only as wide as the number. It looks like each number is highlighted with a color, instead of there being a consistently sized square for each day that is also labeled. I have tried with Chrome, IE, and Firefox. There is a link below if this description isn’t clear.
    http://kalamazooriver.net/calendartest

    http://wordpress.org/plugins/event-geek/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author graphicgeek

    (@graphicgeek)

    Sometimes the style sheet of a particular theme will throw off the styles for the calendar.

    If you put this in your style.css file, it should fix it:

    #widgets .gg_widget_calendar a{
    display:block;
    }
    Thread Starter KRiver

    (@kriver)

    That fixed it! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar days not uniform’ is closed to new replies.