css - Flexslider showing 1px on right side of sliders -


enter image description here

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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -