When I look at my Category pages, the first post is flush left, and then each one subsequently indents, altering the size of the main column.
Can anyone help with making the category pages NOT indent? Just show posts as usual like on the main page?
When I look at my Category pages, the first post is flush left, and then each one subsequently indents, altering the size of the main column.
Can anyone help with making the category pages NOT indent? Just show posts as usual like on the main page?
It seems like your just missing a closing </div> tag; Each subsequent post on your categories template is a child of the previous post. Closing that div in your post loop should fix the indenting.
This topic has been closed to new replies.