treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Adsense indent problem

  • Hi..

    i want to put google adsense 728x90 text ads in my single post page.
    the problem is why the ads seems like indent itself? how to remove the margin on the left?
    please refer the image in the link
    Refer image
  • If the text is in an unordered list then you'd have to remove the margin and padding from the ul or li's.
  • done that. still not working
    #leaderbox-text {
    border-top: 1px dotted #666;
    margin: 0;
    padding: 0;
    }

    #leaderbox-text ul {
    margin: 0;
    padding: 0;
    }

    #leaderbox-text li {
    list-style: none;
    margin: 0;
    padding: 0;
    }

  • Try #leaderbox-text {margin: 0 0 0 -10px;}