I suspect there may be some CSS issues going on somewhere – but if you look at w4bfb.org, you will notice that some things are not quite right with the menu across the top of the page.
I have added the following to fix one of the issues (Making the menu be left aligned):
#site-navigation {
float: left;
width: 100%;
}
However, there are a few more issues at hand. One is the black line that is under each menu item, and then I am 99% sure there was a ‘home’ icon on the very left (the blank area is still clickable) that is not showing. It also looks like the alignment of things on the menu itself are all messed up.
Any direction you can point me in would be useful.
Thanks