use this code to control the place
PHP Code:
<div style="position: absolute; right: 800px; top: 50px">
<td width="70" valign="top" style="padding-top: 1px;">{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</td></div>
add in navbar template and change
top: 50px
and
right: 800px
--------------- Added [DATE]1347223244[/DATE] at [TIME]1347223244[/TIME] ---------------
also you can change the color
use this
PHP Code:
<div style="position: absolute; right: 800px; top: 50px; color: #ffffff;">
<td width="70" valign="top" style="padding-top: 1px;">{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</td></div>