Page messed up

Permalink
I am not sure what is causing this (http://simleyfootball.com/index.php/blog-posts/upcoming-events-for-augast/) page to be all messed up. I use Easy News to display everything in a certain folder (that isn't in the nav) and everything I have created with that seems to be messed up.

I think it has something to do with the superfish menu but I am not sure.

Thanks for the help!

 
mhawke replied on at Permalink Reply
mhawke
I'm afraid this won't fix your Superfish issue but try this...

In your style.css, find the styling for #side-a and put a 'clear:both;' at the end. Your complete style for #side-a should look like this:

#side-a {
   float: left;
   width: 143px;
   padding: 10px;
   background-repeat:repeat-y;
   margin-left: 24px;
   clear: both;
}