The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Menus in quicklinks are huge
I upgraded to 4.2, and now when you click on Community, Forum Actions, or Quicklinks, the menu options are huge. This only applies to the theme "Blackfolio-Blue". The others, including the default one, work fine. I did some searching, but since I didn't know exactly what to look for (I only recently took control of the forum), I couldn't find anything.
I included a screenshot, but you can see for yourself if you go to www.hacksden.com and switch the theme to Blackfolio-Blue. |
#2
|
||||
|
||||
For some odd reason line-height is being specified for that area via css...
Either search your css templates for line-height and see why/how the 30px is there and remove it OR add this to the bottom of additional.css: Code:
.navtabs > ul.floatcontainer ul.popupbody a { line-height:auto !important; } If you're calling external css or have modified the css of this style (its custom yes but if you didn't code it yet installed or purchased it) then you need to figure out where the line-height is being included from OR inherited from because skimming the other definitions it seems line-height is being added to a few others where normally its not. |
Благодарность от: | ||
MarkFL |
#3
|
|||
|
|||
I finally figured it out. popupmenu_height was set to 30, and there was no unit. I reverted it (26px) and it worked right.
|
Благодарность от: | ||
TheLastSuperman |
#4
|
||||
|
||||
Ahh ^ that would do it and glad you figured it out, always best to sort it properly instead of applying a band-aid so with that said good job on tracking it down and sorting .
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|