The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I have a problem with the navigation drop-down menu. I would like to adjust for example the height of the boxes: ![]() It's hard to find for me in this template jungle. Could you tell me what I need to edit? Thanks ![]() Best regards, Fields |
|
#2
|
||||
|
||||
|
Add this to your additional.css
Code:
#navtabs .popupmenu ul li a {
height: 40px;
padding-top:20px;
}
|
|
#3
|
|||
|
|||
|
Thank you very much, that is exactly what I was looking for, ozzy
I adjusted the height, but now the links still stay on their position:http://tactical-riot-gaming.de/images/dropdown2.png Is there something missing in the CSS? |
|
#4
|
||||
|
||||
|
Did you adjust padding-top:20px; Also is this a navtab or a sublink dropdown?
|
|
#5
|
|||
|
|||
|
Yes, I tried to adjust padding-top. It is a navtab dropdown.
|
|
#6
|
||||
|
||||
|
Ok then lets do this instead.
Code:
#navtabs .popupmenu ul, #navtabs .popupmenu ul li a {
height: 40px;
line-height: 40px;
}
|
|
#8
|
||||
|
||||
|
Not a problem, glad to help.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|