Title: Resize timer/responsive one line
Last modified: January 13, 2019

---

# Resize timer/responsive one line

 *  Resolved [ZLC](https://wordpress.org/support/users/kindnessville/)
 * (@kindnessville)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/resize-timer-responsive-one-line/)
 * Hi Nabil,
 * One last challenge 😊: No matter what I do, I cannot change the font size of 
   my timer. I’m able to adjust the label size, but not the timer itself.
 * I’m trying to change the size because when I look at it on mobile, the seconds
   move to another row. My thought is changing the font size will help the timer
   appear in one row.
 * Help with having the timer appear on one row and/or change the font size would
   be great. Perhaps some direct CSS to override the style setting?
 * Thanks again!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresize-timer-responsive-one-line%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nabil Lemsieh](https://wordpress.org/support/users/nlemsieh/)
 * (@nlemsieh)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/resize-timer-responsive-one-line/#post-11084787)
 * Hi,
 * You can add a custom css to your website:
    It will change size to 15px for small
   screens. Feel free to adjust it.
 *     ```
       @media(max-width: 360px)
       {
         .hurrytimer-cdt--{ID} .hurrytimer-cdt__time{
           font-size: 15px;	
         }
   
         .hurrytimer-cdt__dur{
           padding: 5px 0;
         }
   
       }
       ```
   
 * Make sure to change `{ID}` by your countdown ID.
 * Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Resize timer/responsive one line’ is closed to new replies.

 * ![](https://ps.w.org/hurrytimer/assets/icon-256x256.png?rev=2051519)
 * [HurryTimer - An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce](https://wordpress.org/plugins/hurrytimer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hurrytimer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hurrytimer/)
 * [Active Topics](https://wordpress.org/support/plugin/hurrytimer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hurrytimer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hurrytimer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nabil Lemsieh](https://wordpress.org/support/users/nlemsieh/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/resize-timer-responsive-one-line/#post-11084787)
 * Status: resolved