Skip to content

Instantly share code, notes, and snippets.

@brianjking
Forked from jesseeproductions/tec-pro-countdown
Created December 1, 2015 16:44
Show Gist options
  • Save brianjking/755b0b0b6955fe4a7f81 to your computer and use it in GitHub Desktop.
Save brianjking/755b0b0b6955fe4a7f81 to your computer and use it in GitHub Desktop.
The Events Calendar - CSS to Center Countdown Widget
/* Countdown Title */
.widget.tribe-events-countdown-widget {
width: 300px;
margin: 0 auto;
}
/* Countdown */
.widget.tribe-events-countdown-widget .tribe-countdown-timer {
margin: 0 auto;
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment