• If you take a look at the blog I am setting up for a client here you can see that one post begins before the other is finished. This happened after I imported her Blogger posts to WordPress. I tried searching before posting but I couldn’t word it right and came up with the wrong answers.

    If anyone could help me out, I would really appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like a CSS floating problem.

    Try adding this to the end of the style.css file of your theme:

    .postinfo {
    	clear: both;
    }
    Thread Starter rjbearcan

    (@rjbearcan)

    That worked, thanks. I thought that was it but I misspelled it as postmetainfo, not sure why.

    Hahahaha… happens to me all the time… spend hours trying to find a solution just to find out that I misspelled something ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts Not Lining Up Properly’ is closed to new replies.