Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created May 29, 2015 13:27
Show Gist options
  • Save jesseeproductions/e38d19416fed11bee4f0 to your computer and use it in GitHub Desktop.
Save jesseeproductions/e38d19416fed11bee4f0 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