Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    I believe it’s because of this code here in your CSS:

    #branding img {
    	height: auto;
    	display: block;
    	width: 100%;
    }

    You can change the width property to your desired size (Appearances > Editor) (in your child theme of course)

    Thread Starter jmarc4312

    (@jmarc4312)

    I tried changing the width to the size I want 83px and it just made the image very tiny. I then tried to change the height to 476px and it stayed tiny, even with both inputted. Is there some other script controlling the logo?

    How do I get it to display at the size I want it to be, 476px but 83px and not be to big or small?

    Any help would be appreciated

    Thread Starter jmarc4312

    (@jmarc4312)

    I don’t know if this is the best way to do this or if it will cause further problems down the line but I got it to look the way I wanted by changing it to

    }
    #branding img {
    	height: auto;
    	display: block;
    	margin-left: auto;
      margin-right: auto;
    }

    it seems that removing the height sized it the way I wanted and setting margins to auto centered it.

    let me know what you think

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help please, twenty- eleven theme stretching my logo image’ is closed to new replies.