OK. That whole
author_info pane is messed up (misaligned).
This is your best option.
Here is appropriate code from IPB default skin:
/* AUTHOR INFO (& RELATED) STYLES */
.author_info {
text-align: left;
font-size: 0.9em;
border-right: 1px solid #e4ebf3;
margin: 15px -5px 10px 0px;
width: 225px;
float: left;
}
.author_info.no_rep {
margin-bottom: 15px;
}
.author_info li.avatar, .author_info li.group_icon, .author_info li.title {
text-align: center;
}
.author_info ul.user_fields li {
clear: both;
font-size: 0.9em;
color: #000080;
padding-bottom: 2px;
overflow: hidden;
}
.author_info ul.user_fields li span {
display: block;
float: left;
}
.author_info ul.user_fields li span.ft {
width: 38%;
text-align: right;
font-weight: bold;
padding: 0 0 0 8px;
}
.author_info ul.user_fields li span.fc {
padding: 0 8px 0 8px;
max-width: 50%;
}
.author_info dl {
font-size: 0.9em;
margin: 8px 8px 15px 8px;
}
.author_info dt,
.author_info dd {
display: inline-block;
color: #000080;
vertical-align: top;
margin-left:8px;
}
.author_info dt {
font-weight: bold;
text-align: right;
clear: both;
width:38%;
}
.author_info dd {
text-align: left;
background: red;
}
.author_info .title {
margin-top: 4px;
}
Find same section in your skin
ipb_styles.css file.
Cut it out and replace it with the code, I posted above.
You may need to adjust font color afterwards.
I found same issue in number of skins.