Buying Fix My CSS - $5 - 3 Lines (Quick & Easy)

Discussion in 'Design' started by GiladG, Dec 9, 2009.

  1. #1
    I am pulling my hair out trying to fix this issue. Will pay $5 for the one who would post a fix...

    Problem:Look at the bottom of this page - http://bit.ly/7o8zwl

    In the comment section, I want the comment to appear next to the avatar. I "floated" one to the left and one to the right but still nothing.

    I will NOT accept these solutions: Table, Absolute position.

    First WORKING reply wins $5 via Paypal.

    PS. To avoid confusion, please reply. NO PMs.

    Thanks.
     
    GiladG, Dec 9, 2009 IP
  2. hw26

    hw26 Peon

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    It would help if you posted the code :)
     
    hw26, Dec 9, 2009 IP
  3. GiladG

    GiladG Active Member

    Messages:
    125
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    @hw26 - Not going to post a 1000 line css file. Posted a link. All is accessible from there. In fact, with the right tools you can fix it on the run and make sure your code works. That said, thank you for showing interest in my contest...:)
     
    GiladG, Dec 9, 2009 IP
  4. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    edit: sorry, the problem is withen your div class comment-author.
    it is having a width too high. change it to width 80, should fix.

    <div class="comment-author">
    <img alt='' src='http://www.gravatar.com/avatar/801d3795a345be5964b0802d6388c3b1?s=80&amp;d=%3Cpath_to_url%3E&amp;r=G' class='avatar avatar-80 photo' height='80' width='80' /> <p><cite>admin</cite></p>
    </div>
    <div class="comment_text_container">

    and you might give that comment-author float to the left
     
    Last edited: Dec 9, 2009
    wounded1987, Dec 9, 2009 IP
  5. GiladG

    GiladG Active Member

    Messages:
    125
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Looking at the comment-author, it already has float left and width 80px. Am I looking in the wrong place?

    ul.commentlist li .comment_author
    {
    color: #999;
    font-size: 0.83em;
    float: left;
    padding: 0 20px 0 0;
    width: 80px;
    }
     
    GiladG, Dec 9, 2009 IP
  6. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    well.. this should be .comment-author. not "_" i see you have it fixed now.
    where's my 5.. :)
     
    wounded1987, Dec 9, 2009 IP
  7. ItzPaul

    ItzPaul Peon

    Messages:
    89
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Where's his five man! lol.. jk nice guy :) there above
     
    ItzPaul, Dec 11, 2009 IP