Quote:
Originally Posted by Thorlax402
Nevermind my last post..I figured it out. I wasn't considering "type" to be part of it. My bad, thanks.
Edit:
Okay, having this error now...It works fine in default style..so I just need to know what needs to be changed in GrayFolio..I can't find it..
Note how Developer App is centered.
|
That is a problem with your style.
Locate this in vbulletin-chrome.css..
Code:
.navtabs li:first-child {
text-indent: {vb:math {vb:stylevar padding}*2};
border-{vb:stylevar left}: {vb:stylevar navbar_tab_border};
}
And remove or adjust the text-indent.
Or, adjust the other template variables for navtabs in that template to compenstate for the problem.
EDIT: You may find another problem with that template. The graphic line on the right side of the Application Forms navtab may extend down into the other menu below it. To stop that, edit the advapp_poptab template and remove the img from the template.