Social icons mobile layer

Hi! I moved the social icons just above the menu bar, it was easy with adding a code that you give to somebody in an old post, now I have the problem that when I check the web trough the mobile this social icons are on the under the bar in the middle of the title page…

How can I add an execption just for mobile layout to fix this problem with the social icons?

Thx!!

still without a solution…

Use CSS @media queries to apply different styling for different device screen size. You can find a great tutorials about @media queries on CSS-Tricks.