maricarstubley / fhbb-ticket

0 stars 0 forks source link

Mobile - Contact Page - Request a brochure #257

Open mcatena opened 8 years ago

mcatena commented 8 years ago

Please update @media (min-width: 320px), handheld and (orientation: portrait) .contact_us_form label:after { left: 223px; } to put the choice label inside the contact form and make the page responsive.

The same on request brochure @media (min-width: 320px), handheld and (orientation: portrait)

requestabrochure_form p label::after {

left: 223px;

} Plus add this @media (min-width: 320px), handheld and (orientation: portrait) input[type="text"], input[type="date"], input[type="email"], input[type="tel"], textarea, .dropdown_form { padding: 1.5em 0 1.2em 1em; width: 100%; } and delete @media (min-width: 414px), handheld and (orientation: portrait)

mcatena commented 8 years ago

Also, please update @media (min-width: 768px), handheld and (orientation: portrait)

requestabrochure_form p label::after {

left: 354px;

}