Website Scrolling Horizontally For Unknown Reason
The URL: http://pipedvan.com/ The website seems to have extra spacing to the right which is causing the horizontal scrollbar to show up, I'm not sure where this problem lies but he
Solution 1:
you need to remove width: 100% on: #ddblock-custom-pager-1
div.ddblock-cycle-sardiniadiv.custom-pager/* on line 1076 of your style1.css*/
100% is relative to the parent container, so you move your element to the right it will blow your design up.
Post a Comment for "Website Scrolling Horizontally For Unknown Reason"