June 5, 2015 at 23:22
#61239
Participant
Hi,
I just tried your CSS provided with a tweak for margin on both and it worked a charm, I forgot to mention I was using the tabs from Kleo instead of the default (as per your screenshot above), thank you so much for your help as ever @sharmstr !
COPY CODE
#buddypress div.profile .dl-horizontal dt {
float: left;
text-align: left;
margin-left: 15px;
}
#buddypress div.profile .dl-horizontal dd {
clear: both;
margin-left: 15px;
text-align: left !important;
}