I wouldn't recommend calling spacer open after the navbar opens unless you have a specific layout in mind for that. I work on a site that does just that.
Anway, the spot where you insert code into that are of the page is right after the navbar body - header contents not withstanding. If you do move the contents of the header into the navbar that way, remember to erase your header!! calling $spacer open TWICE falls under the heading of *not good* as unclosed <div> tags can choke some browsers.
|