The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help Changing header ad code.
Ok so i am trying to get an ad below the welcome box. When i enter the ad in header2 it looks like 1st image.
Then when i add this code Code:
.ad_global_header { float:{vb:stylevar right}; margin-right:25px !important; } #ad_global_header1 { float:{vb:stylevar left}; padding:0px !important; margin:0px !important; } #ad_global_header2 { float:{vb:stylevar left}; padding:0px !important; margin:0px !important; } Thanks |
#2
|
||||
|
||||
You will just need to change the last line under #ad_global_header2 from:
Code:
margin:0px !important; Code:
margin:50px 0px 0px 0px !important; See below for additional tweaking left and right. This may help you better understand CSS for margins: http://www.w3schools.com/css/css_margin.asp Quote:
|
Благодарность от: | ||
tbworld |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Quote:
Change the padding instead of the margin: Code:
#ad_global_header2 { float:{vb:stylevar left}; padding:50px 0px 0px 0px !important; margin:0px !important; } Code:
#ad_global_header2 { float:{vb:stylevar left}; padding:0px !important; margin:0px 0px -50px 0px !important; } Code:
#ad_global_header2 { float:{vb:stylevar right}; padding:0px !important; margin:50px 0px 0px 0px !important; } |
#5
|
|||
|
|||
Thank you but 0 movement at all. After i insert the code it goes and stays lol
--------------- Added [DATE]1394079978[/DATE] at [TIME]1394079978[/TIME] --------------- ok odd but i figured it out. I did away with the two bottom sections of code and went with Code:
.ad_global_header { float:{vb:stylevar right}; margin:35px 10px 0px 0px !important; } Also is there a way to move the "remember me" text and box? --------------- Added [DATE]1394082959[/DATE] at [TIME]1394082959[/TIME] --------------- Edit: Got the remember me moved thanks to Lynne 4 years ago lol https://vborg.vbsupport.ru/showthrea...ht=remember+me |
#6
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|