I've done a few and sometimes ive noticed that when I try to implement some plugins, widgets, etc, they don't work.
When I add the wp_head() function right before the closing head tag, Then they work. The problem I'm having is that when I try to add it before the head tag, It breaks my menu's styling.
I am using a menu plug in called Multi-level Navigation Plugin that I found in the wordpress.org downloads section.
Is there something I'm missing? When I add wp_head(), the only thing that breaks is the menu's styling. As soon as I remove it, everything is works well again.