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!