I am currently using my own child theme on top of twentyeleven. I want to change the standard height of the header. Is it possible? How?
I am currently using my own child theme on top of twentyeleven. I want to change the standard height of the header. Is it possible? How?
Tried using this code. It just made the picture I have stretch. How do I make it possible to upload pictures with 500px in height?
#branding img {
height: 500px;
margin-bottom: -7px;
width: 100%;
}This topic has been closed to new replies.