Hello! On one of my wordpress blogs, I am entering a space between numbered lists, but when I publish the article, it goes away. I have tried entering a <br> in the text editor section, but no joy. Any ideas? Here it is in the Wordpress editor: Here it is on the actual post:
I'm guessing it's got something to do with the CSS for the lists, coupled with floating-issues (due to the images) - hard to tell without seeing the actual site, but you could try something like this in the CSS: ol li { overflow: hidden; margin-top: 1em; } Code (markup):
Thanks for the reply, I played around with the CSS just now, and it seems this did the trick: .post-single-content h3 { padding-top: 20px; } Code (markup): Probably not the best fix, but I am a 'duct tape' kind of guy.