In the silver theme, when viewing a single post, the last review results show up in and below the post, kind of straddled on the grey divider line. Have tried to figure it out but am kind of fed up with "figuring out"... sorry! I hope the solution is simple (some stupid thing I haven't done right.) kaypraptaa.com...
Thanks in advance.
Add a little CSS to prevent floating to the right of that header:
#commentsection h2 {
clear: right
}
That did the trick. Thanks!
Sending ...