vForums Support > vForums :: Support :: > Ads Moving

Ads Moving - Posted By Dreg[Bot] (dregondrahl) on 27th Mar 08 at 11:21am
Am i Allowed to move the ads with CSS? like move it lower by about 250px ?

Re: Ads Moving - Posted By Graham (amusedtodeath) on 27th Mar 08 at 11:30am
I don't see a reason why not - as long as the ads are showing then they can be anywhere you like {Smile} Ross will give you the final word, of course {Wink}

Re: Ads Moving - Posted By Ross (admin) on 27th Mar 08 at 11:32am
Something like this is fine so long as they remain visible and you don't touch the ad itself, I had to use it to get the ads showing right on here anyway:

Code:
 
  1. <style>
  2. center#ah {
  3. position: relative;
  4. top: 80px;
  5. z-index: 20;
  6. }
  7. </style>
 

Re: Ads Moving - Posted By Dreg[Bot] (dregondrahl) on 27th Mar 08 at 11:34am
thanks Ross, i was just asking in case Slip made a random concept that would require thing moved around abit. Smiley