• Resolved ademers111

    (@ademers111)


    Hoping to get a bit of help here… I’m still a bit of a CSS newb and am trying to get a leaderboard ad script nicely aligned in my header.
    The script is inside my header.php file and is inheriting the #header class which is as follows:

    #header{
    	background:transparent;
    	height:247px;
    	width:1000px;
    	margin:0px 0px 0px;
    	padding:0;
    	text-indent: 8px;
    	vertical-align: bottom;
    }

    I want that leaderboard to be aligned to the bottom, but it just doesn’t seem to want to budge. I can align left and right, but not up or down.

    Am I missing something obvious?

    The test-site is here: https://www.takeoffyourboots.com

    Thanks for any help!

Viewing 1 replies (of 1 total)
  • Thread Starter ademers111

    (@ademers111)

    Got it worked out!

    What I needed to do was give the leaderboard its own class id and position it using the relative, top and left tags.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble: Leaderboard Ad in my Header’ is closed to new replies.