February 14, 2015 at 1:43 pm
#21973
Theme Horse Support Team
Keymaster
Sorry we missed you post.
To move top menu to right Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.info-bar .info {
float: right;
}
.social-profiles,
.social-profiles ul {
float: left;
}
Thank you!