Hi guys, I'm just toying with Elgg at the mo, and having an issues with the main content divs. They are centered under the header image in firefox, however in IE, they are aligned slightly to the left. You can see here: http://insectstore.com/elgg/ Any ideas what I can do to stop this? Feel free to take a look at the CSS styling. Thanks in advance!
It's the forms on the left making it look awkward. You need to add a mass reset to your CSS... * { padding: 0; margin: 0; } ...so as to get rid of the default styles that IE uses. That *should* do the trick, but that's just a quick guess.