The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Moving the nav submenu links and advanced search link down slightly
I have been trying to find a navbar submenu link equivalent of the top link and search box css in additional css as below
.toplinks {top: 7px; right: 0px; z-index: 10;} .globalsearch { right: 28px; top: 5px; } Only thing I can find for submenu links is drop lists, adding in a link and all that or the article talks about the navbar tabs and so on. I just need to move it down a bit as you can see in the attachment that the links are a little too close to the line above it. Tried .navlinks, .nav.li, and so on to get it to work. |
#2
|
||||
|
||||
Try to add one of the CSS below in additional.css and adjust the values accordingly.
Code:
.navtabs ul { top: 26px; } Code:
.navtabs ul { padding-top: 5px; } |
Благодарность от: | ||
Krusty1231 |
#3
|
||||
|
||||
Thank you Seven Skins.
That was exactly what I needed, would never have thought that it would end with an "ul". |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|