Responsive in a row?
-
Hi there!
I’ve a problem with c7t.
I’m building a contact in a row responsive but it isn’t.
This is my code in cf7:<div id="big"> <div class="left">Arrivo[date* arrival date-format:dd-mm-yy]</div> <div class="left">Partenza[date* arrival date-format:dd-mm-yy]</div> <div class="left">Mail[email* your-email 20/40]</div> <div class="left">Persone[select* adults "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"]</div> </div>
In css:
#big { width:100%; margin:0; padding:0; display:block; } #big:after { content:"020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; margin-bottom:10px; } .left { float:left; width:20%; margin-right:5%; } .wpcf7-form-control { width: 100%; }
But the result is bad… the text-field is too narrow… I wish it go new line… How i can? tanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Responsive in a row?’ is closed to new replies.