MemberPress Tweaking


.mp-form-row.mepr_first_name {
    width: 48%!important;
    float: left;
}
.mp-form-row.mepr_last_name {
    width: 48%!important;
    float: right;
}

Related Articles