Hi,

I am trying to control the width of the exposed inputfields in my form generated from Views. But I can't seem to figure it out.

In the views.css I can control the width of the apply-button, the color of the labels, the alignment etc. But I can't figure out how to control the width of the inputfields.

Can any body help?

Kind regards, Morten

Edited by: VM; Moved to appropriate forum

Comments

apmsooner’s picture

Use the firefox browser with firebug extension installed. Theres an option you can use to click anywhere on the page and get the style information. This will allow you to determine the css ID or class and then you can specify your changes in style.css or local.css depending on the type of theme you have. Never makes changes directly to the module (ie; views.css).

netrom’s picture

Firebug is brilliant! - Thansk a lot :-)

/M