Hey Turk10000,
How are you doing today?
Would you mind posting link to your site where I can see your logo so I can take a look and try to help with some custom CSS?
Cheers,
Bojan
Hey again Turk10000,
First I’d suggest cropping the logo image, as you can see in this screenshot http://screencast.com/t/oxscSLBNg. As you can see there is a lot of space on the sides so increasing the size of the image with CSS would in one point probably push the the navigation in the second row.
With this being said your image holder has max with set to 390px which is preventing image from being bigger.
Changing that should allow you to increase the size of the logo. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.header-image {
max-width: 390px;
}
Increase the value to what ever suits you the most 🙂
Cheers,
Bojan