Hi @Minako85
You can add this code to finish your 1st and 3rd requests. I don’t get your 2nd request.
.register .field-radio { text-align: left; }
.register .field:nth-of-type(2),
.register .field.grid__half {
width: 48%;
margin-bottom: 20px;
}
.register .field:nth-of-type(2) {
float: right;
}
.register .field.grid__half {
float: left;
}