I can't seem to get rid of the white margin around 5px around the FlexSlider set to width: 100%.
I set all paddings and margins to 0px and even tried tweeking the js plugin myself, without much luck.
Anyone?
Many thanks!
The class .flexslider has a border of 4 or 5 pixels (white). Set this border to none to get rid of it in your CSS.
.flexslider
nop this was not the case, remove the following line form flexslider.css, I believe in line 66:
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
I actually got it. Too easy. Just turn off FlexSlider css and set the flexslider div to position: absolute; Left to right: 0px;