A blank space to the right of each image indicates that the nivo slider is wider than your images.
The space on the right is because the nivo slider part of the code sets its width to the size of the containing div but your images are smaller.
You can control this by using CSS classes on the slider-wrapper or theme-default selector.
Use custom CSS (
) to set the max-width of the slider.Here we do it by setting a class on the slider to mw200 which is defined as
div.mw200 div.slider-wrapper { max-width: 200px; }
You can also set the max-width for all instances of the slider
div.slider-wrapper { max-width: 618px; }
or set it on a specific page
div#post-53 div.slider-wrapper { max-width: 618px; }








Recent Comments