I am working on a new website.
I have an extra space on the right side of the website that I can not exactly determine were does it come from.
I used CSSEdit and Firebug to inspect the css of the page but it didn’t help. All I can say is that when I remove the images slider this gap disappears. but again I can not understand what in this div causes the problem.
What could it be?
In the flex-direction-nav (
flexslider.css:54), you set the following style:Since the element is at the very left, that makes the site larger. Remove the flexslider, put it farther to the right, or change/delete that (questionable) CSS rule.