Title: Width and Spacing Customization
Last modified: August 20, 2016

---

# Width and Spacing Customization

 *  [rwilliams1961](https://wordpress.org/support/users/rwilliams1961/)
 * (@rwilliams1961)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/width-and-spacing-customization/)
 * On my homepage, I have a box width of the 1250px. My images are 800px wide. I
   want the box filled with images. How do I retain the original 800px image width
   and :
 * 1) Place the images side by side with a 1px space between them?
    2) Have the 
   images cycle through without reversing?
 * This is my URL: rowlandwilliams.com/claypit/
 * Thanks.
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/width-and-spacing-customization/#post-3150860)
 * The 1px space between images is not all that hard to achieve, since the both 
   default stylesheet have a spacing (2px) between their slides. To get the 1px 
   spacing set the style setting to custom and adapt the following CSS class in 
   the style editor:
 *     ```
       .slideshow_container .slide {
       	margin-right: 1px;
       }
       ```
   
 * Images with a width of 800px simply don’t fit next to eachother in a box with
   a width of 1250px. Either you should have one slide per view, with stretching
   disabled (keeping the 800px width), or multiple, resized, images next to each
   other (not keeping the 800px width).
 * Cycling through without reversing will be abailable from version 2.2.0, which
   I’m currently working on.

Viewing 1 replies (of 1 total)

The topic ‘Width and Spacing Customization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

## Tags

 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/width-and-spacing-customization/#post-3150860)
 * Status: not resolved