input width css question
-
i’m trying to change the width of the input fields to be 75% of the page. i’ve tried adding this to my custom css….
/* Attempt to make text entry boxes a reasonable width */ input.ss-q-short, textarea.ss-q-long { width: 75%; }
and even with an !important, the widths do not change in the browser view. i can get it to change when manipulating the width in firefox’s inspect element function.
please help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘input width css question’ is closed to new replies.