<em>@pierke 351175 wrote:</em><blockquote>I have made headers of 950*200 px. Set the slideshow parameters to 950*200. I created a slide mask of 200 px high.
—
Slides run smoothly, however there is way to much white space between the bottom of the slied and the main content. Where and how can I reduce the white space between the slide and the title of the main content?</blockquote>
Hello ,
Because each item has set min-height to 260px, so you have to reduce to 200px.
In order to remove the space, please go to <blockquote>templates/ja_mendozite/css/mod_jaslideshowlite.css</blockquote>
Find these lines:
.ja-ss-item {
display: block;
float: left;
left: 0;
margin: 0;
min-height: 260px;
overflow: hidden;
position: absolute;
right: 0;
width: 100%;
z-index: 10;
}
Reduce value of min-height to 200px.