nsitedesigns
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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I did find this online but it really isn't ideal
http://wpsites.net/web-design/customize-header-logo-banner-images-in-metro-theme/
http://wpsites.net/web-design/customize-header-logo-banner-images-in-metro-theme/
ASKER
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;
}
ASKER
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
) );
ASKER
I think I got it figured out. The wp sites site didn't include all the info.
ASKER
http://36a.ed7.myftpupload.com/