bxslider remove gap between slides and thumbnail pager
NickName:Joel Ask DateTime:2015-08-14T19:27:59

bxslider remove gap between slides and thumbnail pager

I am using bxslider with a thumbnail pager. It all works fine, but there is a large space between the slides and the thumbnails (about an inch). I can't find where to reduce the size of this gap. Here's my code

<div style="width:720px;margin:0 auto;">
<div class="bxslider">
<div style="background-image:url('images/slide14.png');width:710px;height:230px">number 1</div>
<div style="background-image:url('images/slide16.png');width:710px;height:230px">number 2</div>
<div style="background-image:url('images/slide17.png');width:710px;height:230px">number 3</div>
</div>

<div id="bx-pager" style="text-align:center;;">
<a data-slide-index="0" href=""><img src="images/green.png" /></a>
<a data-slide-index="1" href=""><img src="images/purple.png" /></a>
<a data-slide-index="2" href=""><img src="images/blue.png" /></a>
</div>
</div>

<script>
$('.bxslider').bxSlider({
pagerCustom: '#bx-pager'
});
</script>

Here's a screenshot - http://i.stack.imgur.com/tjElW.png

Any ideas how I can bring the thumbnails up closer to the slides? Thanks in advance

Copyright Notice:Content Author:「Joel」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32008969/bxslider-remove-gap-between-slides-and-thumbnail-pager

More about “bxslider remove gap between slides and thumbnail pager” related questions

bxslider remove gap between slides and thumbnail pager

I am using bxslider with a thumbnail pager. It all works fine, but there is a large space between the slides and the thumbnails (about an inch). I can't find where to reduce the size of this gap. H...

Show Detail

How to fix the gap between slide and thumbnail in bxslider

I have bxslider in my MVC 5 application. There is a slideshow to display image and there is a list of thumbnail right below the slides. Right now, there is a gap between the slide and the thumbna...

Show Detail

bxSlider - Wrong pause between slides when using pager

I'm running the latest version of Bxslider (4.2.14), everything works great except for the pager. When using the pager to switch between slides, pause is much shorter than it should be: Steps to

Show Detail

Remove the pager from bxSlider

I'm building a slideshow from http://bxslider.com/, but i want to remove the pager under the slide. Can anyone help me?

Show Detail

bxSlider - Remove Numbers from Pager?

I'm using bxSlider from here: http://bxslider.com/examples/auto-show-pager and I have it working fine, but i want bullets to be used instead of the numbers so I added this to the css file: .bx...

Show Detail

How to make the thumbnail pager dynamically in bxslider?

I'm using bxslider to show images from the database, it works but the thumbnails of the caroussels isn't clickable. This is the code what I use; &lt;?php if ($object-&gt;fotos-&gt;has()): ?&gt; ...

Show Detail

bxSlider not showing slides on resize

I'm trying to set up a function so that when the user resizes their window, the slider is emptied and then re-implemented based on the size of the window. The problem that I have is that the slide...

Show Detail

BxSlider with Thumbnails - Thumbnails dont slide along with the slider

I'm trying to fix a thumbnail BxSlider to work properly. I'm struggling with those: 1) When clicking on a thumbnail image the thumbnail slider has to slide along with the main slider. 2) And also

Show Detail

(bxslider) Using the slider pager with words instead of circles

Is there a way to replace the circles in a pager for a slider with a word that represents each slide (like a clickable menu that slides the content below it)? The options are here http://bxslider.com/

Show Detail

Remove a slider from bxSlider on Next/Prev control click event

I am facing a silly problem with bxSlider plugin. My slider only shows 4 slides with auto sliding mode. But when someone clicks on a particular nav link I am appending another slide relates to that...

Show Detail