textarea very small

Phoca Guestbook - creating guestbooks in Joomla! CMS
Amadeus48
Phoca Member
Phoca Member
Posts: 10
Joined: 30 Dec 2015, 17:15

textarea very small

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: textarea very small

Post 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
Amadeus48
Phoca Member
Phoca Member
Posts: 10
Joined: 30 Dec 2015, 17:15

Re: textarea very small

Post by Amadeus48 »

It works, thanks al lot!!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: textarea very small

Post by Benno »

You're welcome!

Kind regards,
Benno
Post Reply