Notice: Undefined variable: style in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 617
Notice: Undefined variable: style in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 618
Notice: Undefined variable: cid in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 628
Notice: Undefined variable: cslug in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 631
Notice: Undefined variable: cname in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 644
Notice: Undefined variable: t in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/t-countdown-control/t-countdown-control.php on line 648
This is a countdown, style jedi, with weeks removed
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;
}