Quote:
Originally Posted by NetElectronics
Need some help. Item works great but formatting on the 2nd section is shifted over around 10%. See attached. Any ideas where I should start to fix this issue?

|
Open vsa_chatbox template.
Find
Code:
<div class="blockhead" style="height:16px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold">
Replace with this
Code:
<div class="blockhead" style="height:16px;padding:15px 10px;font-weight:bold">