Quote:
Originally Posted by Ramsesx
Is there a way to reduce the space between the navbar and the banner?
Thanks
|
That is controled in the $navbar.
- there is a <br / >
- the only thing the banner hack adds is a <br /> after the banner code.
If you kill the <br /> in the $navbar it will effect the whole site.
I think:
Code:
<!-- / nav buttons bar -->
<br />
If this is the correct one your looking for place this insted the <br /> tag.
Code:
if (THIS_SCRIPT != 'forumdisplay' OR THIS_SCRIPT != 'showthread')
{
<br />
}
This states when on the forumdisplay or showthread do not show the <br />. This will keep the tag there any other time.