Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Natalie,

    Could you tell me on what element you have set the border on?

    Best regards,
    Stefan

    Thread Starter yourvirtualtemp

    (@yourvirtualtemp)

    Hi Stefan, here is my element settings:

    .slider {
    float: left;
    width: 575px;
    overflow: hidden;
    border: 10px solid #fff;

    }

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Natalie,

    ‘.slider’ is not a CSS class of Slideshow, did you mean ‘.slide’?

    Width is not a value defined by the stylesheet of the slideshow, the slideshow actually calculates that width itself. The white space you see could be that of the border you’re adding to the slide, conflicting with the CSS’s width value.

    Best regards,
    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White space between image and border’ is closed to new replies.