0

Why does flexslider show 10px on the left from the previous image when it slides? What's the way to prevent that from happening?

See what I mean at http://nworks.nu/projects2013/sthlm/index.html

** I dont want to use overflow: hidden

4

1 回答 1

2

This will do.. change margin-left: -10px; in style.css

.slides {
  max-height: 398px;
  float: left;
  position: relative;
  margin-bottom: 48px;
  margin-left: -10px;
}
于 2013-03-30T20:40:04.397 回答