make text fields and Comment fields the same width
-
With the above site, I’d like to make the width of my text fields and Comment fields the same width. I have done with my own site by making them 80% but this doesn’t seem to work on this site. Could you provide the css for this?
I also want my field labels plain in style rather than bold, but can’t seem to override the style that’s set. Could you help with that too?
Page in question
https://mygoodmeasure.wordpress.com/contact/Thanks
The blog I need help with is: (visible only to logged in users)
-
With the above site, I’d like to make the width of my text fields and Comment fields the same width. I have done with my own site by making them 80% but this doesn’t seem to work on this site. Could you provide the css for this?
This should do the trick:
#contact-form-15 .contact-form input[type='text'], #contact-form-15 .contact-form input[type='email'] { width: 80%; }I also want my field labels plain in style rather than bold, but can’t seem to override the style that’s set. Could you help with that too?
Can you give this a try?
#contact-form-15 .contact-form label { font-weight: normal; } -
- The topic ‘make text fields and Comment fields the same width’ is closed to new replies.