The Arcive of vBulletin Modifications Site. |
|
Spacing between icon and title Details »»
|
|||||||||||||||||||||||||||||
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.
Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
caught my attention on this..
I know whats doing it but I can't find where it is to fix.. there's a extra Code:
<li class="navbit lastnavbit"><span> PHP Code:
|
|
#3
|
||||
|
||||
|
anyone figure this out ?
|
|
#4
|
||||
|
||||
|
this is one of the last things I am trying to track down..
anyone point me in the right direction ? thanks |
|
#5
|
||||
|
||||
|
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 Code:
$navbits = $output_array['NAV']; Code:
$navbits = construct_navbits(array('' => $ibforums->lang['page_title']));
|
![]() |
|
|