Alignment problem

Permalink
Hi C5 nation,

I have a problem with some alignment. I have pages with content in the middle. After my content passes my menu bar on the left, the content moves to the left under the menu bar a little. Is there something I need to change in my code to fix that or is that just the way C5 renders? Here is a link to one of the pages I am having trouble with:http://www.snscweb.com/services...

Thanks!

hawkman4188
 
tallacman replied on at Permalink Reply 1 Attachment
tallacman
Here is your problem. it’s a css code thing.

Steve
tallacman replied on at Permalink Reply
tallacman
Looks like adding this to your css should fix it:

#content {
float: left;
}

Steve
hawkman4188 replied on at Permalink Reply
hawkman4188
Hey Steve,

Thanks for the reply! When I added that bit of code it left my header but totally wiped out my content area. Not sure why. I would leave it up for you to see but my client is working on adding his content and I can't have the page down right now. Any other ideas?

Thanks!