Quote:
Originally Posted by princeedward
ChatBox Archive Bar And Move From Right To Left Fix
Go vsa_chatbox Template Search:
Below Find:
Code:
<div class="blockhead">
Change:
Code:
<div class="blockhead" style="padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold;height: 15px;">
|
THANK YOU! I only needed the first part but thanks!

I'm using the themeforest.net
"Ideal" skin.. and the padding needed adjust for the header part... xD With original setting... it pushed the chat icons and chat text to the right about 50 or so pixels because padding of the header text block was pushing down on it too much.
Changing this:
Code:
<div class="blockhead" style="height:16px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold">
To this:
Code:
<div class="blockhead" style="height:25px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold">
works perfectly... and installing Ideal skin, the whole chatbox takes after the Ideal skin too. no more edits except to add that smilies, and other little icon into Ideal skin folder... xD