All-round display FlexSlider

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!

+3


source to share


3 answers


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.



+4


source


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; 
}

      

+2


source


I actually got it. Too easy. Just turn off FlexSlider css and set the flexslider div to position: absolute; Left to right: 0px;

0


source







All Articles