Page 1 of 1

textarea very small

Posted: 30 Dec 2015, 17:23
by Amadeus48
Hi
I work with the latest version of joomla and have the following problem:
The textarea of the guestbook is very small, i.E. 183 x 214 px but the environment is much larger.
Have a look at
http://www.somaini.li/joomla/index.php/gaestebuch

can anyone help me out with this?

Thanks in advance.
Rino

Re: textarea very small

Posted: 30 Dec 2015, 18:07
by Benno
Hi,
http://www.somaini.li/joomla/templates/ ... mplate.css
Line 735

Code: Select all

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: auto;
}
Delete or out comment:
width: auto;

Kind regards,
Benno

Re: textarea very small

Posted: 31 Dec 2015, 12:22
by Amadeus48
It works, thanks al lot!!

Re: textarea very small

Posted: 31 Dec 2015, 14:24
by Benno
You're welcome!

Kind regards,
Benno