Ok, this is driving me crazy, I have some mystery padding occurring in the homepage, inside "entry", that's pushing all my posts down... This does not happen on the individual post page, only the home page.
Source code I'm getting:
div class="entry">
<div align="center" style="padding:10px;">
</div>
<div class="post" id="post-15">
(...)
</div>
</div>
Where is that <div align="center" style="padding:10px;"> coming from? I don't want it there, where can I edit it?? I do all the styling in a sepearte css file, so where is that inline code from?
