CSS inline
-
Ok, have this:
<div class=”one-half”><label>[text* your-name Name placeholder “Name”]</label></div>
<div class=”one-half last”>[email* your-email Email placeholder “Email Address”]</div>
<label>[textarea* Message x5 placeholder “Your Message”] </label>
with CSS of
.one-half,
.one-third {
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;}
.one-half { width: 48%; }
.one-third { width: 30.66%; }.last {
margin-right: 0 !important;
clear: right;
}@media only screen and (max-width: 767px) {
.one-half, .one-third {
width: 100%;
margin-right: 0;but Name and Email fields on frontend you cannot input any text?
The topic ‘CSS inline’ is closed to new replies.