Forums
Forums / Themes and Templates / Widget calendar
(@monster1221)
16 years, 6 months ago
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?
(@cais)
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;}
The topic ‘Widget calendar’ is closed to new replies.