Quote:
Originally Posted by ForceHSS
what is the code to bring it down as i have it on another skin that needs to go down a bit
|
If you want to bring the share buttons lower you can edit the more_share_options template.
add a <br /> tag to the very top of the template.
That will lower it in all locations though so if you just want to do forumhome:
Code:
<vb:if condition="THIS_SCRIPT == 'index'"><br /></vb:if>
At the very top line of the template. Add more <br />'s if you want additional room.