Works good
-
Can you put in an id selector for the ad that is being generated?
Like this:<div class=”quads-location” id=”ads1″ style=”float:none; margin:0px;”>
<!– The javascript –>
</div>That way we can custom CSS each ad block according to the block identifier.
Because margin is set to 0px in every ad block inline, it doesn’t look good when placed inside a post. So I need to do a margin: 1em to put some spacing around it. However, because I can only select quads-location as the class, every ad in the page will get the margin: 1em.
The sidebar widget with the Ad widget generates too much margin and padding. So I need to customize that to tighten things up.
- The topic ‘Works good’ is closed to new replies.