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
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.