How can I change the position of every item (Days, Months, bla, bla) Is that possible??

Open source/js/jquery.circular-countdown.js.
You'll see some codes starting with:
$days = this.addItem...
$hours = this.addItem...
$minutes = this.addItem...
$seconds = this.addItem...
Change their order and copy the JS file into deploy/js folder.