It may be two large for that size and the twenty thirteen being responsive with the logo.
yes, but they have given the size like that only.. 1600×230 image size. Then how to add logo to be responsive..
It seems to resize off centered. Have experimented with a more centered logo?
yes did.. the minimum width size give in css is 319px. But quite difficult to place my logo in 310×230.. So I need to change it to 712×230. I don’t know how to change it.
Ok, I just look at a couple of things and the header is not necessarily suppose to be running as the logo but more of a background for the header, hence the issues you are having with the resizing, essentially working with a background.
ok. So I can use it in the theme as logo rather than using in header, isn’t it?
Twenty Thirteen does not really have an option for a logo placement. you can manually do it in the php by creating a child theme.
Here’s a good tutorial:
http://www.findurlaptop.com/tech/2013/08/04/customize-header-of-twenty-thirteen-theme-in-wordpress/
Yes, I did like that only. But I can’t make the logo to be responsive though I have added
.header-logo {max-width:90%;
position: relative;
display:block;
padding-top:20px;
margin-right:auto;
margin-left:auto;
}
have you edit the php file to connect that?
yes did,
<img class="header-logo" src="<?php echo get_template_directory_uri(); ?>/images/headers/logo.png" />
This may have gone outside of the help this forum can provide as it may take some troubleshooting. Let me know if I can help in anyway in the future.
First off, you absolutely should not be editing the default theme files – these kinds of changes should only be made in a child theme.
http://codex.ww.wp.xz.cn/Child_Themes
Once you have that set up, see this thread about how to change the dimensions of the header –
http://ww.wp.xz.cn/support/topic/massive-headers?replies=16