两列上的联系人表单7字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了两列上的联系人表单7字段相关的知识,希望对你有一定的参考价值。
Displaying Contact Form 7 fields on 2 columns using CSS.
************CF7 markup*************** <div class="one-half"> <label> Your Name (required) </label> </div> <div class="one-half last"> <label> Your Email (required) [email* your-email] </label> </div> <label> Your Message [textarea your-message] </label> [submit "Send"] ************CSS*************** .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; } }
以上是关于两列上的联系人表单7字段的主要内容,如果未能解决你的问题,请参考以下文章