Single Line Jedi Countdown

This is a countdown, style jedi, with weeks removed

days
0
-412
-7
hours
-2
-2
minutes
-2
-8
seconds
-1
-3

days where forced to show on the same line as Hours, Minutes and Seconds by adding the following css to the theme’s style.css file plugin’s option page under the Custom Css section:

.jedi-hours_dash {
clear: none !important;
}

Now, seconds are being pushed to the next line because the width of the dashboard is not wide enough. The dashboard is expanded to 298px to fit Days, Hours, Mins and Secs on the same line by adding the following css to the theme’s style.css file plugin’s option page under the Custom Css section:

.jedi-dashboard {
width: 298px !important;
}