Hi,
Please remove the code in your custom css that reads.
.x-topbar .p-info span img {
position: relative;
top: -5px;
}
Then add this code instead.
.x-topbar .p-info {
line-height:25px;
width:100%;
text-align:center;
}
.x-topbar .p-info span img {
float:left;
margin-right:10px;
}
.x-topbar .p-info span {
display: inline-block;
vertical-align: top;
}
Hope that helps.