whitespace - Bxslider Unwanted Top & Bottom White Space -


i'm not sure white space on top , bottom of slider coming from. padding or margins? if can assist me, appreciated.

jsfiddle.net/fh3el

this because of bx-slider css file. bx-slider adds margin of 5px bxslider

you have edit this css file , make change

.bx-wrapper .bx-viewport {     -moz-box-shadow: 0 0 5px #ccc;     -webkit-box-shadow: 0 0 5px #ccc;     box-shadow: 0 0 5px #ccc;     border: 0px;     left: -5px;     background: #fff; } 

check fiddle


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -