• Hi I need to center my wordpress calendar. My theme doesn’t have the calendar styled in my stylesheet, and I tried adding #wp-calendar to create a css style to it but it didn’t work. Any suggestions?

Viewing 1 replies (of 1 total)
  • It could be theme dependant, but give this bit of CSS a try, just add it to the end of your style.css file:

    .widget table#wp-calendar {width: 100%; text-align: center;}

Viewing 1 replies (of 1 total)

The topic ‘Widget calendar’ is closed to new replies.