An easier way to determine whether the problem has to do with stylesheets:
Load the page in your browser. View source. Locate the questions with which you are having problems.
If you see >5 items and a "Show" button in the source, but not in the rendered page, then you know it's a problem with your CSS (or HTML).
If you don't see them, you know it's a problem with your PHP code.