Quote:
Originally Posted by jordanjj
Hey again,
I was wondering if their is anyway of centering the "All times are GMT +1. The time now is XX:XX PM."
I noticed on your form you have it left, and on the style it's left.. just wondering if it was possible to center it?
|
In the footer template, change:
Code:
<div class="smallfont" align="left">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
To
Code:
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>