Thanks works well, but the field is too close the value, so I modify by this
And also add : bettween the field and value
can you tell me if its correct ?
.um-profile.um-viewing .um-field {
clear: both;
}
.um-profile.um-viewing .um-field-label {
border:none;
padding-bottom: 0;
display: block;
float: left;
margin-right: 10px;
}
.um-profile.um-viewing .um-field-label .um-clear {
display: none;
clear: none;
}
.um-profile.um-viewing .um-field-area {
display: inline-flex;
float: left;
margin-left: 0px;
}
.um-profile.um-viewing .um-field-label::after {
margin-right: 5px;
margin-left:0px;
content: ":";
}
Thanks very much ??
Michel
-
This reply was modified 2 years, 5 months ago by
benenoo.
-
This reply was modified 2 years, 5 months ago by
benenoo.
-
This reply was modified 2 years, 5 months ago by
benenoo.