The code for #header top works!
I was able to change the font size of social icons by this:
li.social-icon I {
font-size: 16px;
}
And also added the following code to shorten the menu but the menu height is not changing. I appreciate your help!
#site-navigation ul > li > a {
padding-bottom: 5px;
padding-top: 5px;
}