To move info content next to the right side of social profiles go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.info-bar .info {
float: right;
}
.info-bar .info ul li {
margin-right: 0;
margin-left: 20px;
}