Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with buysellads ad code and wordpress

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29785
    sanity
    Member

    Ok so buysellads.com support doesnt know how to do css. What I am doing it inserting their ad code into a wordpress widget. google ads work fine in a widget just buysellads doesnt. Here is their css code.

    Anchor Style: display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;float:left;

    Image Style: border:0;clear:left;

    Ad Here Style: color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;

    Ad Here hover style: border:1px solid #999;background:#ddd;color:#333;

    Here is a picture of the problem: http://www.tekgoblin.com/wp-content/upl … .13-PM.png

    Anyone have any ideas? Much appreciated. Site is tekgoblin.com

    #80823
    clifference
    Member

    add something like this to your style.css

    Code:
    div.donation-can_donation-widget {padding: 0px 7px 10px;}

    if it doesn’t work, try adding an !important before the ; but it should work.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.