Adding Social Media icons to header

I'm trying to add social media icons to the header, to the right of the logo. I've entered the following code into the after-logo hook:

    Twitter  
    Facebook  
    Google+  
    LinkedIn  
    Skype  
    YouTube  

Along with some custom CSS. It works fine except that it appears one line lower than the logo. Is there any way to get it to appear essentially on the same line as the logo? You can see the staging site at http://www.peelthelayers.com/medpros/blog/

-Jim

Hi Jim,
I have checked for the CSS. Please add below CSS to get social media icons inline with logo.

.rtp-site-logo{ float:left; }

-Suhas

Worked like a charm Thanks, Suhas.