问题
I've been building a site and I get a horizontal scrollbars and huge space to the right of the product pages. My first thought was an unclosed div, but I have validated with W3C and it checks out. I wonder if it's because of something (the buttons,tabs) that is relatively positioned. Would you please point me in the right direction. Any help is much appreciated.
Validation link with source
Page link
I'll post the image in the comment since I don't get enough reputation.
回答1:
There is a width: 100%;
on #cssmenu ul ul
It's at line 342 in style.css?ver=3.6
This is causing your little issue. Remove it if you can.
回答2:
give to your #wrap div overflow-x: hidden
. because some unknown child div has a very big width.
来源:https://stackoverflow.com/questions/18397547/unwanted-space-at-the-right-of-the-site