|
If I click that link the next and prev is still on so the only other thing I suggest is you make your large image thresholds smaller also in your quickcom.tmpl make your comments box cols smaller.
<textarea name="message" cols="80" rows="5"></textarea>
to maybe this
<textarea name="message" cols="60" rows="5"></textarea>
|