Reputation: 4748
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.
I'll post the image in the comment since I don't get enough reputation.
Upvotes: 1
Views: 101
Reputation: 4547
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.
Upvotes: 1
Reputation: 492
give to your #wrap div overflow-x: hidden
. because some unknown child div has a very big width.
Upvotes: 0