Support » Themes and Templates » Calender SIZE

Viewing 1 replies (of 1 total)
  • drewactual

    (@drewactual)

    in your css find:

    #wp-calendar {

    margin: 0;

    width: auto;

    font-weight: normal;

    color: #999; }

    replace with:

    #wp-calendar {

    margin: 0;

    width: auto;

    max-width: 200px; /*or whatever size works for you*/

    font-weight: normal;

    color: #999; }

    should get you what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Calender SIZE’ is closed to new replies.