Just letting you guys know that I figured it out.
In the functions file, I had to change the dimensions for the header uploader, to match the dimensions of my logo.
Keep in mind, you also have to edit the #logo img in the CSS.
I am attempting to use a bigger logo as well. I have edited the header.php with the following changes:
<div class="four columns">
<div class="eight columns" id="menu_container" >
I have also changed the style.css:
#header_container{
padding-bottom: 25px;
padding-top: 15px;
background: #fff;
height: 125px;
I upload a bigger logo, but it still gets scaled down, and then is blurry as it tries to fill the space. How do I use a bigger logo?
Thanks!