Hi there,
I tried the following and it worked for me.
1. Go to the plugin folder – wp-content/plugins/uji-countdown/js
2. Open the file – countdown.js
3. Go to line 44, you will see
jQuery("#ujiCountdown").css({"width": (jQuery("#ujiCountdown").width()+5)+"px", "padding-left": "10px", "display": "block"});
4. Replace 5 with a higher number say 50.
Save and thats it.