Hi esmi, thanks for the link. I made the menu but cant seem to figure out how to put it into the very top bar (the one where you can add the social links)
Solved – I changed top bar to
#topbar
{
position:fixed; /* or ‘fixed’ */
background: #333;
top:0;
width: 100%;
right:0; /* or ‘left: 0; right: 0;’ */
height: 40px;
}