Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm trying to replace an old logo on a site with a new one.

  • The old logo was 222×120px
  • and the new one is 222×150px.

I uploaded the new one and had it overwrite the old one. My site hasn't changed though. The 30px added to the new logo is the only difference between the two and it just says "Productions". There should be room for at least part of the "Productions" part to show, but it looks exactly like the old one.

How can I fix this? I'm supposed to have this site finished today and this is the last thing stopping me from being done.

The logo I'm talking about is the one in the top-left corner of this site.

Thanks

share|improve this question
I understand the urgency of your problem, but this is not a WordPress question. It's a CSS issue. Your stylesheet is locking the size of the image and expecting a 222x120px graphic. Just replacing the graphic is not enough - see Chris Cox's answer below for a full fix. At the same time, I'm closing this as off-topic. – EAMann Feb 20 '12 at 17:16

closed as off topic by EAMann Feb 20 '12 at 17:16

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

Line 429 (or thereabouts) of your theme's style.css, change height: 120px to height: 150px.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.