The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to separate header 1 and 2 ads
I would like to separate the google ad and banner ad at header 1 and 2. how can i do that?
i tried putting them in div and padding or margin but it did not work |
#2
|
||||
|
||||
Can you please post a link so we can see the problem.
|
#3
|
||||
|
||||
^ Please post a link as Lynne asked. On a side note though, some forum designs meaning... if you have to 728x90 banners and you want one on the left, and one on the right w/ a little spacing between them without realizing that their forum is a fixed width at 980px - this won't ever happen! So make sure that you're either using a fluid style or that your set site width is large enough to actually hold both ads if you have them side-by-side.
980px-728px=252px minus any padding or margin settings to play with. ^ Very rough example but you should get the idea, if simply stacking ads top to bottom it shouldn't matter unless you just don't take it into consideration. |
Благодарность от: | ||
CAG CheechDogg |
#4
|
|||
|
|||
ok sure,
my site is constructforum.com look at the very top at home page the google ad in header 1, and my own banner ad in header 2 are touching each other. how can i separate? also i want to bring them a little down if possible they are touching to top of screen , which i dont want.... thanks a lot |
#5
|
||||
|
||||
Add this to your additional.css:
HTML Code:
#ad_global_header1 { margin-right: 5px; } |
Благодарность от: | ||
TheLastSuperman |
#6
|
||||
|
||||
to get a top margin, just add to what Cellarius wrote:
HTML Code:
#ad_global_header1 { margin-right: 5px; margin-top: 10px; } #ad_global_header2 { margin-top: 10px; } |
4 благодарности(ей) от: | ||
cellarius, Charis, Stratis, TheLastSuperman |
#7
|
||||
|
||||
Ah. I missed the part about the top margin...
|
#8
|
||||
|
||||
A simple way to separate them is just too add a couple between them.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|