css - Flexslider showing 1px on right side of sliders -
hi,
i'm using negative margin on flexslider container 3 sliders can have margin right in middle items not far right in order align flush top content.
it shows when resizing window, seems flexslider cannot calculate correctly because of negative margin. not sure how rid off 1px on screens.
http://dusit.syndacast.com/dusitprincess/korat/accommodation/
you have change code.
please replace code
.offer-list-div { background-color:#f0eeef; margin-top:20px; padding: 1% 7% 20px; }
by this
.offer-list-div { background-color:#f0eeef; margin-top:20px; padding: 1% 8% 20px; }
and issue solved..
let me know if issue still exists..thanx
Comments
Post a Comment