Quote:
Originally Posted by Sicilian
Great donation system guys, well done!
Imported from VSA Paypal donate with no issues
One thing I'd like to do is centre the Donation bar title text, anyone able to point me in the right direction please? Sreenshot attached.
|
Looks like your on vb4 so go to template "awcl_dsl_bar_4" and add: align="center"
On the first line:
<div class="blockhead" style="height:16px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold">
turns into
<div class="blockhead" align="center" style="height:16px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold">