Categories misaligned

  • Hello,
    I was working on the CSS of my blog, did something wrong and now when I enter in some category, the posts go to the top of the page… check out please: http://danielkons1.wordpress.com/category/illustration/
    I don’t know almost anything about CSS, all the changes I made so far was due wordpress support…

    If I take out this CSS, everything goes back to normal:
    .lay1 > div {
    width:400px;
    }
    .lay1 > div .imgwrap {
    text-align:center;
    }

    But I need it, so if someone could help me me with another solution I’d appreciate a lot.

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • I managed to solve that…
    Took out this : float:none; and everything got normal.
    Not sure what this CSS is about, but everything is looking fine now.

  • The topic ‘Categories misaligned’ is closed to new replies.