When I was messing with the width the black background of the header (picture) is no longer aligned with the natural width of the background (black). How do I realign this?
Thanks in advance.
The blog I need help with is ukthrumyeyes.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
When I was messing with the width the black background of the header (picture) is no longer aligned with the natural width of the background (black). How do I realign this?
Thanks in advance.
The blog I need help with is ukthrumyeyes.wordpress.com.
I have flagged this thread so it's moved to the CSS Forum where you can get help.
I checked http://ukthrumyeyes.wordpress.com/ and the header image looks properly aligned to me. The Twenty Ten theme adds a black border. If you want to remove that border, add this to your Appearance → Custom Design → CSS editor:
#branding img {
border: none;
}
This topic has been closed to new replies.