I have adjusted the width of my blog here http://themabelkwong.wordpress.com and added a new header of the dimensions 1100px by 288px. There is now an ugly thin strip of white line at the top. How do I get rid of it?
Here is some of my CSS code, using the Twenty Ten theme.
#branding {
background: url("http://themabelkwong.files.wordpress.com/2012/08/big-banner-edit5.png") no-repeat scroll center
bottom transparent;
height: 288px;
}
#branding img {
display: none;
}
#access {
margin-top: 288px;
}
Thank you!
The blog I need help with is themabelkwong.wordpress.com.