The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a problem with my login box, notifications, my profile, settings and log out, covering up the banners on the right side of the header. I would like to move them to either the nav bar or under the nav bar. Any help would be appreciated.
|
|
#2
|
||||
|
||||
|
whats a link to the site in question. Maybe the proper use of positioning/padding/margin can fix this issue. Moving the content you request to the navbar would require moving of quite a bit of code from the header template to the navbar template.
|
|
#3
|
|||
|
|||
|
<a href="http://www.seattleguns.net" target="_blank">www.seattleguns.net</a>
I saw the area that contains the positioning/padding/margin, but unsure how to work it, as I dont know much about this stuff. I just switched from phpbb to vbulletin in hopes I would be able to do more on my own. |
|
#4
|
||||
|
||||
|
add this to additional.css
Code:
.ad_global_header {
position: absolute;
top: 60px;
left: 150px;
}
|
|
#5
|
|||
|
|||
|
That worked. Thanks
|
|
#6
|
||||
|
||||
|
Also open your navbar template
Find Code:
<div class="navbar_advanced_search" style="position:absolute; top:7px; left:100px; width:100%;"> Code:
<div class="navbar_advanced_search" style="position:relative; top:7px; left:-10px;"> |
|
#7
|
||||
|
||||
|
Here is a before/after when you perform those code changes.
|
|
#8
|
|||
|
|||
|
Looks like I got it, took a few minutes to search through the code.
Thanks again for the help. |
|
#9
|
||||
|
||||
|
glad i could help
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|