For changing the size / height of your social media image icons in your header, add the following custom CSS.
#wrap .site-header .wc-shortcodes-social-icons img {
max-height: 34px;
}
If you are using social media font icons, use this CSS.
#wrap .site-header .wc-shortcodes-social-icons i {
font-size: 34px;
line-height: 34px;
height: 34px;
}
