Quote:
Originally Posted by blazin1
Bump...
I am still looking for help with this problem. It should be a quick fix but I am lost. Please help me fix it. Thanks!
|
This was posted by shelley on her site. It may help you.
This is a solution to fix the alignment problem in the navbar.
Go into the vbmoods Css replace vbmoods container line of code with the following. I set the padding-top to 18 pixels so it's sitting flush on the bottom.
Code:
#vmoods-container p{margin:0px; float:left; font-weight: none; padding-top:18px; padding-right:5px}
In the Xml file find:
Code:
<span id="vmoods-none"<if condition="$bbuserinfo[vmood] != 'none'">style="display:none;"</if>>$vbphrase[vmoods_change_my_mood]</span>
Replace with:
Code:
<span id="vmoods-none"<if condition="$bbuserinfo[vmood] != 'none'">style="display:none;"</if>><br />$vbphrase[vmoods_change_my_mood]</span>
Upload the xml file selecting yes to overwrite.