Hi,
You can add this to your custom.css file.
For the logo section;
.site-header .branding {
padding: [SIZE HERE]px 0 23px 0;
}
For the right section (phone number and social links)
.panoramic-header-layout-standard .site-header-right {
float: right;
min-height: 91px;
padding: [SIZE HERE+3]px 0 0;
font-size: 12px;
}
To make sure the elements are balanced be sure to add 3px to the right area’s padding. EG, if the logo area has 150px padding, use 153px padding for the right area.
Hope that helps and good luck.