1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Can someone take a look at this please?

Discussion in 'HTML & Website Design' started by GreenDog, Jan 15, 2009.

  1. #1
    GreenDog, Jan 15, 2009 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    It seems that the left or right margins are way too big. try adding this to one of your stylehseets
    .postTabsLinks{margin-left: 5px;}
    Code (markup):
     
    crath, Jan 15, 2009 IP
  3. GreenDog

    GreenDog Active Member

    Messages:
    1,398
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    78
    #3
    I tried it and it didn't work.. Thanks for trying.
     
    GreenDog, Jan 15, 2009 IP
  4. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #4
    Its been awhile since I've played in wordpress, so I forget how the plugins work. Do you happen to know if there is a stylesheet for just this plugin?
     
    crath, Jan 15, 2009 IP
    GreenDog likes this.
  5. HardBody24

    HardBody24 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In your style sheet style.css change:

    
    .postarea ul li {
    margin-left: 20px;
    }
    
    Code (markup):
    To:

    
    .postarea ul li {
    margin-left: 0px;
    }
    
    Code (markup):
    Or just simply remove the margin-left.
     
    HardBody24, Jan 15, 2009 IP
  6. GreenDog

    GreenDog Active Member

    Messages:
    1,398
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    78
    #6
    There was a problem with one of my plugins and its margins, the problem if fixed now. Thanks for everyone's help
     
    GreenDog, Jan 16, 2009 IP