 
	
		
		
		
		
			
I wish to change the height of the top bar that contains the social icons above the main header/logo area.
Thanks for your help!
Jeff
Hey Jeff!
Try adding this code to the Quick CSS:
#top .social_bookmarks {
    height: 50px;
}
#top .social_bookmarks li a{
    line-height: 50px;
}
#top .av_secondary_right .sub_menu {
    top: 20px;
}
Cheers! 
Josue
Works perfect. Thank you!
You are welcome, always glad to help :)
Regards,
Josue
