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!
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!
Looks like adding this to your css should fix it:
#content {
float: left;
}
Steve
#content {
float: left;
}
Steve
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!
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!
Steve