Title: [Plugin: Contact Form 7] using Stylesheet
Last modified: August 19, 2016

---

# [Plugin: Contact Form 7] using Stylesheet

 *  Resolved [brotmaschine](https://wordpress.org/support/users/brotmaschine/)
 * (@brotmaschine)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-using-stylesheet/)
 * Hi,
 * after searchin’ around this Topics for solving my problems with CSS in Contact
   Form 7.
 * Every generated tag must using a class. This class must be added in file: stylesheet.
   css (found: “…yourdomain/wp-content/plugins/contact-form-7/”)
 * example:
 *     ```
       Name: [text* your-name <strong>class:textmiddle</strong>] (Pflichtfeld)
   
       Email: [email* your-email <strong>class:textmiddle</strong>] (Pflichtfeld)
   
       Betreff: [text your-subject <strong>class:textmiddle</strong>] 
   
       Nachricht: [textarea textarea-impressum 50x7 <strong>class:texttop</strong>]
   
       [submit "Senden"]
       ```
   
 * add the class in stylesheet.css
 *     ```
       .texttop{
         vertical-align:top;
       }
   
       .textmiddle{
         vertical-align:middle;
       }
       ```
   
 * Now the text “Nachricht:” is not based on bottom line of textarea.
    Next step
   is for formatting the cells in a table. 😉

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [wanglaoban](https://wordpress.org/support/users/wanglaoban/)
 * (@wanglaoban)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-using-stylesheet/#post-999849)
 * Thanks! it works after I removed the ** tag!**
 *  [wanglaoban](https://wordpress.org/support/users/wanglaoban/)
 * (@wanglaoban)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-using-stylesheet/#post-999850)
 * oops, I mean `<strong>`tag.
 *  [DrLightman](https://wordpress.org/support/users/drlightman/)
 * (@drlightman)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-using-stylesheet/#post-999912)
 * Not working to me: [http://wordpress.org/support/topic/355552](http://wordpress.org/support/topic/355552)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Contact Form 7] using Stylesheet’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [DrLightman](https://wordpress.org/support/users/drlightman/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-using-stylesheet/#post-999912)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
