Title: [Plugin: Countdown Timer] Seperate events
Last modified: August 19, 2016

---

# [Plugin: Countdown Timer] Seperate events

 *  Resolved [tcushing](https://wordpress.org/support/users/tcushing/)
 * (@tcushing)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/)
 * Awesome plugin. I have a question about it. I wanted to know how to space the
   events as they appear. I read this thread but do not see where the ‘prefix’ is:
 * [http://wordpress.org/support/topic/no-line-break-in-the-countdown-timer](http://wordpress.org/support/topic/no-line-break-in-the-countdown-timer)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * (@fergbrain)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1797964)
 * That functionality was removed in favor of using CSS. What are you trying to 
   do?
 *  Thread Starter [tcushing](https://wordpress.org/support/users/tcushing/)
 * (@tcushing)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1797977)
 * I want to put a space between each event like a ‘br’ or ‘<p>’ so that the events
   are not listed so close to each other.
 * Any help you can throw my way would be greatly appreciated!
 *  Plugin Author [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * (@fergbrain)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1798280)
 *     ```
       .fergcorp_countdownTimer_event_li{
       margin: 2em;
       }
       ```
   
 * You can tweak the `2em` to make the spacing bigger or smaller.
 *  [tspack](https://wordpress.org/support/users/tspack/)
 * (@tspack)
 * [15 years ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1798320)
 * Hi. I want to do the same thing, but I can’t figure out where to put the code.
   Does it just go in style.css, or another file?
 *  Plugin Author [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * (@fergbrain)
 * [15 years ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1798321)
 * [@tspack](https://wordpress.org/support/users/tspack/):
 * It doesn’t matter where it goes as long as it goes somewhere appropriate. Putting
   it in style.css works, however you may lose the change if you ever update the
   theme.
 * You may consider using a plugin, such as Header-Footer ([http://wordpress.org/extend/plugins/header-footer/](http://wordpress.org/extend/plugins/header-footer/)).
   In that case, you would be need to add the CSS as a Style element:
 *     ```
       <style type="text/css">
       .fergcorp_countdownTimer_event_li{
       margin: 2em;
       }
       </style>
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Countdown Timer] Seperate events’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/countdown-timer_384620.svg)
 * [Countdown Timer](https://wordpress.org/plugins/countdown-timer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/countdown-timer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/countdown-timer/)
 * [Active Topics](https://wordpress.org/support/plugin/countdown-timer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/countdown-timer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/countdown-timer/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/plugin-countdown-timer-seperate-events/#post-1798321)
 * Status: resolved