Changing twentyten header size
-
I’m attempting to make the header for my blog 1000x400px. I have entered this code in:
#branding img {
border-top:0 solid #000;
border-bottom:0 solid #000;
display:block;
float:left;
background:url(‘http://martineemilie.files.wordpress.com/2012/09/martineheader1.jpg’) no-repeat scroll 0 0 transparent;
width:1000px;
height:400px;so it should show up, but it doesn’t. When I try to upload it in the header section it jus makes me crop it. I don’t know what else to do, can someone help?
The blog I need help with is: (visible only to logged in users)
-
It looks like you figured this out by using the following CSS:
#branding { background:url('http://martineemilie.files.wordpress.com/2012/09/martineheader21.jpg') no-repeat scroll 0 0 transparent; width:1000px; height:400px; display:block; } #branding img { display:none; }Nice work!
- The topic ‘Changing twentyten header size’ is closed to new replies.