Read before updating: How to Update Kunena Templates - More detail

Input Box resize in Warp 7 theme

Makotosun's Avatar Topic Author
New Member New Member
  • Posts: 9
  • Thanks: 1

Input Box resize in Warp 7 theme

9 years 5 months ago
#5458
Good afternoon:

I am using your Uflat UddeIM template on a Joomla 3.6 website using a Warp 7 based template. Everything works except the input box when composing displays by default only one line. I am enclosing a screenshot as below:





I would like it to default to a larger size of about 200PX so it looks more like this shot:





I had the same problem with a Kunena 5 template and was given the following code to input into the custom CSS file which fixed the problem in that extension.

textarea#kbbcode-message {
resize: vertical;
min-height: 200px;
}


I assume it would likely work with the Uddeim template if I knew where I might need to input the code B)

If you can help at all with this it would be most appreciated! Thank you.

Please Log in or Create an account to join the conversation.

Makotosun's Avatar Topic Author
New Member New Member
  • Posts: 9
  • Thanks: 1

Re: Input Box resize in Warp 7 theme

9 years 5 months ago
#5459
Well - I did some more research and fixed the problem myself :)

The solution is apparently to add the following to the custom.css file for the whole site:

textarea {
height: auto !important;
}


Leaving the thread in case anyone else has a similar issue.

Now it looks like this on default open:


The following user(s) said Thank You: Huyen Nguyen

Please Log in or Create an account to join the conversation.

Time to create page: 0.346 seconds