Question

Hi I have a website I launched today www.leafletsdistributors.com and the problem Im having is on the Get in touch div box (the light grey colored area) I set the width to 100% and the width of that is set beautifully across my screen whereas when I launch it live the width is not fully across my screen, How does this even happen.

The Div tag id = above_footer and the CSS is width = 100%

it works fine on localhost and as soon as I upload it into the server and browse it the width is set to 960px. I am using a 960gs but if that was the case than it should not have worked on my localhost as well. Thank you any suggestion is appreciated

Was it helpful?

Solution

The parent of id="above_footer" is class="container_12" and that has a width of 960px. You might want to place your above_footer outside container_12

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top