yeah, have same problem.
Help!!
guys?
The bug is caused by the big photos, but if you can’t control their size, because the blog admin doesn’t listen here’s a work-around:
In wp-content\themes\default/index.php
add before this line:
<?php the_content(‘Read the rest of this entry »’);
the line:
<div id=”entryframe”>
and after it add:
</div>
Then in style.css add these lines:
#entryframe {
width: 450px;
overflow: hidden;
}
It will cut the big photo, but won’t distort everything.