PDA

View Full Version : Navbar search button wayyyyyy over to the right


Scottr126
01-29-2012, 12:58 PM
For whatever reason the magnifying glass seach button is way over to the right on my forum. So much so that you have to scroll over about 4 feet to find it. It is like this on one of my custom templates but not in my default template. How would I go about fixing this?

I looked in the manual and saw all the navbarsearch_ edits but I cant find those in my AdminCp.

If anyone wants to see what im talking about go to thebigtrader.net and use template "grey".

Any help would be appreciated. Thank you.

--------------- Added 1327870315 at 1327870315 ---------------

Hellllp..lol

Seven Skins
01-29-2012, 06:57 PM
This is due to a bug in the vBulletin.

Edit "navbar_tab_bevel" stylevar ... and change the value from hex numbers to rgb.
e.g. rgb(128, 128, 128);

Scottr126
01-29-2012, 10:39 PM
Im not sure what you mean, I am looking at that stylevar and all I am seeing is:

Units - px
Width - 1
Style - solid
Color - #4380D3


This is due to a bug in the vBulletin.

Edit "navbar_tab_bevel" stylevar ... and change the value from hex numbers to rgb.
e.g. rgb(128, 128, 128);

--------------- Added 1327884133 at 1327884133 ---------------

Nevermind.. got it.

Thank you!!!!

napy8gen
02-03-2012, 02:31 AM
actually to solve this problem you have to revert navbar_tab_bevel and then put back again your old value. I did that way and it works.

metalguy639
02-28-2012, 02:15 AM
This is due to a bug in the vBulletin.

Edit "navbar_tab_bevel" stylevar ... and change the value from hex numbers to rgb.
e.g. rgb(128, 128, 128);

Thank you was losing my mind trying to figure out where it went.