By shoulders on Monday, 13 March 2017
Posted in General Issues
Likes 0
Views 576
Votes 0
Joomla 3.5.1
Gantyr 5.4.9 thene
Komento 3.0.5
Bubbles Theme

In the Komento theme the "Write your comment here..." box is far too small (not tall enough) , it is confusing where you should type. Instead of it being 1 line high it should be 3 lines hight to give contrast to the rest of the box.

1) is there a quick CSS fix you can give me for this?

2) can you look at this and possibly get it fixed in the next release of Komento

I can supply website details if needed, but I have to plan ahead wtih that because I am doing a lot development work on it.

Thanks as always

shoulders

Update: this only happens if you do not have BBCode icons enabled
Thanks for reported, I will log this issue into our issue tracker.

To temporary fix this, you can try apply this following css to achieve this :

#kt .kt-form-editor .textareaClone {
min-height: 160px !important;
height: auto !important;
}
·
Monday, 13 March 2017 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
cheers
·
Monday, 13 March 2017 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 13 March 2017 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post