Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28893

    Ich habe auf http://www.marcobehrens.com/home ein Layer Slider mit Kontakt Form erstellt.

    Das Formular ist so aufgebaut:

    “<font color=”white”><span style=”font-size:0.5em”>Deine E-M@il-Adresse*</span>

    [email* your-email][submit “Ketten sprengen!”]”

    Warum ist im Layer Slider der “Ketten sprengen!” Button NICHT rechts neben dem E-Mail Feld SONDERN unter ihm?

    #139039

    Hi,

    Wenn du die Formularfelder nebeneinander darstellen möchtest verwende folgenden CSS Code

    .ls-wp-container .input-text, #top .ls-wp-container input[type="text"], #top .ls-wp-container input[type="input"], #top .ls-wp-container input[type="password"], #top .ls-wp-container input[type="email"], #top .ls-wp-container input[type="number"], #top .ls-wp-container input[type="url"], #top .ls-wp-container input[type="tel"], #top .ls-wp-container input[type="search"], #top .ls-wp-container textarea, #top .ls-wp-container select {
    display: inline;
    }

    #139040

    Es hat perfekt funktioniert. Vielen Dank! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Kontakt Form 7 und Layer Slider’ is closed to new replies.