<div id="banner" class="row">Obviously, I'm giving 8 cols to the logo and 4 to the menu; I've tried 7 and 5 and so on, but still not getting anywhere. But it always adds up to 12 I know that.
<div id="logo-area" class="col8">...</div>
<nav id="menu1-wrapper" class="menu-wrapper col4">...</nav>
In header.php, I thought I had restored everything back to the way it was meant to be. If I try to wrap the nav array in div tags then it disappears entirely...just not sure what I did that rendered this f'd up.
BTW, after this boneheaded mistake, I am installing MAMP and setting up a proper dev environment. Somebody could get hurt doing this stuff!
Thanks in advance...
