• Resolved brotmaschine

    (@brotmaschine)


    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)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] using Stylesheet’ is closed to new replies.