css p not working propley

Discussion in 'CSS' started by pix582, Sep 7, 2012.

  1. #1
    For some reason i have a <p> with related posts: flotting next to my image when it should be at the bottom of the text,

    link

    can anyone help?
    thanks
     
    pix582, Sep 7, 2012 IP
  2. nhl4000

    nhl4000 Well-Known Member

    Messages:
    479
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Check out your style.css file [Line: 723]

    .layout-post-left p {
    float: left;
    }
    Code (markup):
    remove float:left;

    That might get it to work.
     
    Last edited: Sep 8, 2012
    nhl4000, Sep 8, 2012 IP