Hello
I think I am getting confused because there does not appear to be any social area enabled on your web page? I can only presume you wish to edit the height of the header area where your logo is located which can be done with the following CSS (edit to taste)...
#container_header {
height: 200px;
}
Ciarán