Quote:
Originally Posted by bzcomputers
You will just need to change the last line under #ad_global_header2 from:
Code:
margin:0px !important;
to something like:
Code:
margin:50px 0px 0px 0px !important;
This will give you a top margin of 50px. Adjust as necessary.
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
P.S. You can also use negative numbers. This comes in handy if a previously set margin containing the element you are trying to move is stopping you from placing it where you want.
|
Thank you for a great tut. But it dont matter how i change or what numbers i put in it does not change the location of the ad. Any chance of being hard coded or settings somewhere else?