I have tried registering on their website to access the forums but the verification email won't come through so I have come here to ask.

The easiest way of explaining is showing you this image

enter image description here

As you can see, the text isn't inside the button. So the comment is posted if you click on the word but not when you click on the button.

I'm running Joomla 3.2.3 and an up to date version of Jcomments.

有帮助吗?

解决方案

Ok I see the problem. It's due to the line height being set to the .btn class in your template css file. To get around this, add the following to your template.css file:

#comments-form .btn, #comments-report-form .btn {
    line-height: 0;
}

This will ensure that everything is aligned properly :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top