View Full Version : need suggest : between logo and forum have space
geevest.com
12-21-2008, 02:32 PM
hi,im already install a test new forum.using default vbulletin skin.
and then im already change the logo (replace) in to my banner.
and then my problem is : i have space between Banner with forum home.
how i can make it more closer (no space)
http://www.bolasex.com/pictures/a693b2695d528671946b9182cdd5244f.gif (http://www.bolasex.com)
thankx
Lynne
12-21-2008, 03:22 PM
It's hard to know without seeing the page source. You probably have either a <br /> in there or some padding or a margin in a div tag there.
geevest.com
12-21-2008, 04:42 PM
Hi Lynne nice to see u again :)
btw in Header template or ..... ?
in header :
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Lynne
12-21-2008, 05:07 PM
I would guess between your header and navbit template. It could be the $spacer_open. You can't just take that out though, but you should take a look at it and see what sort of spacing it adds.
You can find which template is putting in that space by going - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
most likely the <br /> tag at the top of navbar template
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.