Viewing 1 replies (of 1 total)
  • You better get familiar with css and the firebug plugin for Firefox.
    Using that, you can see that date and events have different styles, that can easily be added to your theme’s style.css.
    Just add
    .date {
    margin-right:5px;
    }
    to the style sheet, and the gap occurs. Since it is in the theme style-sheet, it will remain even if this plugin will be updated.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Google Calendar Widget] Change spacing for date’ is closed to new replies.