I'm using Flexslider, and encountering a strange problem: every slide is shifted to the right, with a portion of white space on the left side of each slide.
When I try to inspect the DOM, I find that temporary fix is to either remove float: left
or margin-right: -100%
that's in li
's inline style - BUT it breaks the sliding afterwards. What happens is that when you click arrow for the next slide, it shifts the first one down, shows the second, and then hides the first one.
If I don't intervene in anyway with inline styles, slider still has white space to the left, and after I scroll down the page and return up, the slider works as expected, with no problem.
Note that I don't have this problem on 1920x1080 resolution, but on lower - 1024x768 for example.
What could be the problem? Also, here's a link to live demo: http://goo.gl/RGS4O