1.
caused by the body_class .single-post which is also a post_class; the styling is aimed at the post_class:
find in default.css:
.single .post, .single-post { background: #FFF; border: 1px solid #CCC; margin: 0 10px 10px 0; padding: 0 15px; }
and
.single-post { padding: 0 10px; }
change both occurrences of .single-post into .post.single-post
2.
find in default.css:
#footer { margin: 20px auto 0; width: 980px; background: #ECEBE6; padding-bottom: 10px; border: 1px solid #CCC; }
add max-height:50px; overflow:auto; to it – with your own choice of height value.
1) Well thank you, that took care of that issue!
2) It added the scrolling bar, but it won’t scroll the whole content and the height doesn’t seem to go longer than certain length. Could it be the padding or widgetcontent?
I seem to have resolved it. The trick was in #footer-sidebar