Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

wordpress template that works with square logo

Can anyone recommend a wordpress template (that isn't outrageously expensive) that I can use with a logo which measure 182px x 189px.  I am running into problems with studio press themes (and other themes that I found online) .  Seems the designs all cater to logos that are short and wide.  

My client's logo is very square and when I size it down to fit into the allotted square, you can't even read the company name!  I am sure I am not the first person who has run into this.
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

I haven't been able to figure that out.  I am using Studio Press' Metro Pro which is a genesis theme.  Still in the beginning stages of development.  You can see the logo in the sidebar.

http://36a.ed7.myftpupload.com/
I added height to header but when I try to add the full sized logo and click on customize the theme still cuts if off to the standardized 270x80.  I need it to be 184px high.

.header-full-width .title-area, .header-full-width .site-title {
    height: 184px;
}

Open in new window

I modified my functions.php file to match the new logo size.  Still can't get it to work!
//* Add support for custom header
add_theme_support( 'custom-header', array(
	'[b]width'           => 300,
	'height'          => 184,[/b]
	'header-selector' => '.site-title a',
	'header-text'     => false
) );

Open in new window

I think I got it figured out.  The wp sites site didn't include all the info.