CSS problem beneath Post Title

Discussion in 'CSS' started by JakeThePeg, Sep 10, 2009.

  1. #1
    This should be a simple CSS fix, I believe, but I'm a bit of a newb and don't know how to fix it!

    Take a look at tshirtalert.com. Beneath the post Title, you'll see a line of text containing "Date | Comment | Like | Share" . I would like to move this text up so that it is directly beneath the title, and to the right of the avatar, rather than beneath the avatar.

    Is there a simple fix for the css for this template to enable me to achieve this?
     
    JakeThePeg, Sep 10, 2009 IP
  2. kjb

    kjb Greenhorn

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    If it's not too wide to fit in that space, I'd imagine float:left on the 'post-byline' class should do it.
     
    kjb, Sep 10, 2009 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Just remove the <div class="clear"></div> that's appearing immediatly after the headline.
     
    wd_2k6, Sep 10, 2009 IP
  4. squeenix

    squeenix Peon

    Messages:
    57
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You could always use something like top:xx px;
     
    squeenix, Sep 10, 2009 IP
  5. Danielnash

    Danielnash Active Member

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #5
    CSS are used for to control the text like their font, color, size, etc., and the layout like backgrounds, margin, etc. of a website, in one single file. but we have to call it in view source file on header part of the file.
     
    Danielnash, Sep 16, 2009 IP