How to change size of input field?
-
Hi,
I am breaking my head on how to change te size of the input field in CSS.
I found this via Firebug:
element.style {
width:300px;
}Copied it to theme custom stylesheet and changed the width but nothing happens. Also the following code is found, but do not know where i can find it in the plugin files.
<input class=”wpProQuiz_questionInput” type=”text” name=”question_1_1″ style=”width: 300px;”/>
Any help is apreciated!
- The topic ‘How to change size of input field?’ is closed to new replies.