I’ve been working on a wordpress theme and just now noticed that the width of the page is more than 100%.
I know that posting the code here would be helpful, but I don’t know what portion of the code is the culprit. Whether it’s a wierd HTML issue or CSS or otherwise.
I’ve tried removing the javascript links in the header as a hatchet approach but that didn’t do anything for me.
I’m stumped.
Please take a look here:
http://naac-hf.org/dev/
Any help would be sincerely appreciated.
Thanks.
It looks like it is your
#secondaryNav. I changed the with to 800px and the horizontal scrollbar went away.I would invest in Firebug. It helps a lot with finding problems like this.