Forums

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

Home Forums CSS Adsense indent problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30838
    dzulfriday
    Member

    Hi..

    i want to put google adsense 728×90 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

    #71908
    soap
    Participant

    If the text is in an unordered list then you’d have to remove the margin and padding from the ul or li’s.

    #71909
    dzulfriday
    Member

    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;
    }

    #71830
    jamygolden
    Member

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

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