Hello, I am trying to over write the Contact 7 width of the Input text box, how do I do that. I have placed in the css a
imput {width:150!important;}
But it does not take it. Can any one give me a clue on what to do. Please.
Hello, I am trying to over write the Contact 7 width of the Input text box, how do I do that. I have placed in the css a
imput {width:150!important;}
But it does not take it. Can any one give me a clue on what to do. Please.
It must be 'input', not IMput. I styled it with css, no problem at all. Best to put it into the style.css if you didn't already do that :) .
... also, you need to to write 150px for the browser to recognize it is a px size you're giving.
You must log in to post.