So I want to extend this blue toolbar (Menu Navbar) which is currently inside a space where my content is. I want to extend it so it goes over and above my side bar.
I have drawn a picture of this. The top picture is what it is now the bottem picture is what I ultimately want, and the red arrows (and black breaker) separate and show what I want.
So I tried creating a "toolbar.php" extension then just doing a ?php get_toolbar(); ?> right after my header, with the style.css having some width/height for it like the header but it didn't work.
http://img687.imageshack.us/img687/433/61752177.png
I don't know alot about CSS and PHP, so I haven't done much in editing my files, just tweaking here and there--trial and error.