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
user1912899
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
user2476532
source
to share
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
Hugo espinosa
source
to share
I actually got it. Too easy. Just turn off FlexSlider css and set the flexslider div to position: absolute; Left to right: 0px;
0
user1912899
source
to share