Viewing 3 replies - 1 through 3 (of 3 total)
  • You could try adjusting the width larger than 200px for the following class. The example should set the width to 300px (though I haven’t tried it myself).

    .Spiffy_Calendar_widget_events_calendar div { width: 300px !important; }

    .calendar-table {width: 300px !important; }

    Find in spiffy-calenar.php this next line:
    $calendar_body .= ‘<div style=”width:200px;”><table cellspacing=”1″ cellpadding=”0″ class=”calendar-table”>’;
    Then you can change the width for DIV.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spiffy Mini Calendar width’ is closed to new replies.