Quote:
Originally Posted by R3dn0ze
|
I've found some issues that we need to resolve in a future update, but I can provide you a work around for now:
In the template:
dbtech_vbdonate_sideblock
Find:
Code:
{vb:rawphrase dbtech_vbdonate_latest_dons}
Replace with:
Code:
<span class="blocktitle" style="padding-left: 0;width: 95%;padding-left: 2.5%;">{vb:rawphrase dbtech_vbdonate_latest_dons}</span>
Find:
Code:
<div class="blockrow" style="border: {vb:stylevar sidebar_border}">
Replace with:
Code:
<div class="blockrow" style="padding: 0;border: {vb:stylevar sidebar_border}">
How does that look after changing it (btw, I'd suggest keeping a backup copy of the template just in case you need to revert it)?
Matt