Title: About resize logo
Last modified: August 30, 2016

---

# About resize logo

 *  [ebaeza](https://wordpress.org/support/users/baezadrez/)
 * (@baezadrez)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/about-resize-logo/)
 * Hi, I’m working with the theme wp Twenty Thirteen, and the need to resize the
   logo. How can you do this? Now I’m trying to change the values ​​in style.css
   but this does not work with Firefox verify the code and I think I have to change
   this id = “mastheader”. Sorry for my limited English, but I need your help

Viewing 1 replies (of 1 total)

 *  [billa1793](https://wordpress.org/support/users/billa1793/)
 * (@billa1793)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/about-resize-logo/#post-6775037)
 * To make the images flexible, simply add max-width:100% and height:auto. Image
   max-width:100% and height:auto works in IE7, but not in IE8 (yes, another weird
   IE bug). To fix this, you need to add width:auto\9 for IE8.
 * img {
    max-width: 100%; height: auto; width: auto\9; /* ie8 */ } And if you want
   to enforce a fixed max width of the image, just place it inside a container, 
   for example:
 * <div style=”max-width:500px;”>
    <img src=”…” /> </div>
 * No javascript required. Works in latest versions of Chrome, Firefox and IE (which
   is all I’ve tested).
 * [Signature links removed by moderator per [forum rules](https://codex.wordpress.org/Forum_Welcome#Signatures).]

Viewing 1 replies (of 1 total)

The topic ‘About resize logo’ is closed to new replies.

## Tags

 * [resize logo](https://wordpress.org/support/topic-tag/resize-logo/)

 * 1 reply
 * 2 participants
 * Last reply from: [billa1793](https://wordpress.org/support/users/billa1793/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/about-resize-logo/#post-6775037)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
