Good (and good to know)! 🙂
Now… how to convert header.php image code to make the custom image added as a background instead of as plain img to get lovely outdated rounded corners at the top of the image block. >:)
In style.css:
/* The main theme structure */
#wrapper {
margin-top: 20px;
background: #fff;
padding: 0 20px;
/* this?: */
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
Sometimes you need to play with the widths. If I set your .wp-admin-bar to width: 99.7% I lose the horizontal scroll bar.
Site looks nice. Good luck with it. 🙂