This is likely to be a silly question,
but how do I move the access div (contains menu) up so that it is flush with the bottom of the branding div? For some reason there is a huge gap between them even though in the source code, #access is directly after #branding.
Im going to use absolute positioning for now, but I wasn't sure if there was a more "proper" way to do it.
Other things are acting weird as well. Asking the menu to float right causes it to float to the extreme left. And although my wrapper div is set to 850px wide, something inside that is stretched out giving my browser a horizontal scrolling bar.
Also, I have never used php before, never made a theme before, and never used a cms (wordpress) before. If my understanding is correct, I use functions.php to turn blog elements on or off, and the style.css to arrange it all?