There should be possible to set size for a exposed filter field!!! Or could you tell how I can do it with template.php or such..?

Thx!
Toni

Comments

merlinofchaos’s picture

Priority: Critical » Normal
Status: Active » Fixed

Please don't mark support requests critical.

The size of exposed filters can be controlled via CSS. You can look in the HTML to determine the id of the exposed widget, but it will be something like #edit-IDENTIFIER where identifier is the identifier you selected:

#edit-IDENTIFIER {
  width: 200px;
}
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ivanbcn’s picture

Hi...

I'm trying to solve the same question but i cannot find where exactly is stored the .css

My exposed filter name is: edit-field-ciudad-value, (I suppose from this HTML source code)


Ciudad

But i don't see any .css file with:
#edit-field-ciudad-value
or something similar...