• I am wondering if it’s possible to put a skyscraper ad in the left margin of my theme on this site. I am using the Elegant Blue theme.

    If so, where would I post the code.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’d need to use CSS and ‘float’ it to the left. As an example:

    <div style="float: left;">
    
    ad code goes here
    
    </div>

    Of course, you may need to specify a width also since this would essentially turn your 2-column design into a 3 column design (ad, content, sidebar – in that order).

    Thread Starter myrnatheminx

    (@myrnatheminx)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to add ad on left side of site’ is closed to new replies.