Log in

View Full Version : Spacing between icon and title


NFLfbJunkie
03-22-2010, 02:21 AM
The spacing between the home icon and the Arcade title is wider than it is with the other titles. See the images for what I mean. Is their a fix for this cosmetic issue? Thanks.

Hippy
03-29-2010, 08:35 PM
caught my attention on this..

I know whats doing it but I can't find where it is to fix..
there's a extra<li class="navbit lastnavbit"><span>

see it here
<li class="navbit lastnavbit"><span>
<li class="navbit lastnavbit"><span>Arcade</span></li>
</span></li>

</ul>
<hr />
</div>

Hippy
04-24-2010, 02:28 PM
anyone figure this out ?

Hippy
07-23-2010, 12:41 AM
this is one of the last things I am trying to track down..
anyone point me in the right direction ?
thanks

Hippy
07-27-2010, 11:48 PM
ok
I had a litte time so I found a fix for this

open /arcade/functions/functions.php

search for // we are on vB 4 or later WHOHOOO

Just under it on line 1380 you'll see


$navbits = $output_array['NAV'];

move it under


$navbits = construct_navbits(array('' => $ibforums->lang['page_title']));


enjoy