Yes you can. By default, the clock will be left aligned (although some Joomla templates my change this default behavior). The counter is inside a div which makes it easy to change the alignment. If you want to center your counter, just add these lines to the end in one of the css files of your Joomla template:
#ulti_counter {
width: 100%;
text-align: center;
}