Question

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.

Was it helpful?

Solution

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 :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top