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
textarea very small
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: textarea very small
Hi,
http://www.somaini.li/joomla/templates/ ... mplate.css
Line 735
Delete or out comment:
width: auto;
Kind regards,
Benno
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;
}
width: auto;
Kind regards,
Benno
-
- Phoca Member
- Posts: 10
- Joined: 30 Dec 2015, 17:15
Re: textarea very small
It works, thanks al lot!!
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: textarea very small
You're welcome!
Kind regards,
Benno
Kind regards,
Benno