Hi,
I can change the height from a textarea in a form but in a widget it does not change.
I have put this in my CCS:
[css]
.gform_wrapper textarea.medium {
height: 70px;
}
In page it change but not in the widget.
Cheers,
Sam
Hi,
I can change the height from a textarea in a form but in a widget it does not change.
I have put this in my CCS:
[css]
.gform_wrapper textarea.medium {
height: 70px;
}
In page it change but not in the widget.
Cheers,
Sam
Please provide a link to the page where the widget is embedded so we can take a look at the CSS you need to make the change.
Here is the link:
http://rijschool.speurgroep.nl/voorbeeld-rijschool-a-1/
The contact form in the left sidebar, the medium textarea has now a height from 150px but I like to change it in 70px.
This does not work, only in page:
.gform_wrapper textarea.medium {
height: 70px;
}
Can you try:
.gform_wrapper textarea.medium {
height: 70px !important;
}
All my best!
Thanks!!
It works.
Cheers,
Sam