The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Struggling with Ad Location in Header
Hello,
Hopefully there will be a quick solution to this; We are looking to place a 468x60 banner directly under the following links on our forum Code:
"Welcome" "Notifications" "Profile" "Settings" "Logout" We've tried editing ad_global_header2 with no luck - the ad appears but it's to the direct right of the logo and nowhere near the placement we're looking for. I've included the code below that we're trying to add; Code:
<a href="http://xrumergeek.com/"><img src="http://xrumergeek.com/images/xrmonthly.gif" border="0"></a> Code:
http://getlinklist.com/ Cheers! |
#2
|
|||
|
|||
You could try adding
style="float:right;clear:both;" to the ad link |
#3
|
||||
|
||||
With your ad in ad_global_header2
Try adding this to additional css Code:
.ad_global_header { position: relative; top: 15px; float: right; Code:
.doc_header {height: 90px;} |
#4
|
|||
|
|||
Many thanks for the replies, banner is displaying fine as a result.
--------------- Added [DATE]1384552852[/DATE] at [TIME]1384552852[/TIME] --------------- Is there any way to have a small gap between the bottom of the banner, and the second lot of navigational buttons below? You can view the current code working here. Perhaps the same gap between the banner and the buttons that appear above it currently? |
#5
|
|||
|
|||
Is there any way to have a small gap between the bottom of the banner, and the second lot of navigational buttons below? You can view the current code working here. Perhaps the same gap between the banner and the buttons that appear above it currently?
|
#6
|
||||
|
||||
If you change this
Code:
.doc_header {height: 90px;} Code:
.ad_global_header { float:right; position:relative; right:3px; top:13px; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|