Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Slider Plug-in Slight Modification Help Re: Slider Plug-in Slight Modification Help

#140464
mready2play
Member

i looked at it and this seems to fix it, you have to apply min-height to both container as well as control.

.slidesjs-container {
min-height: 720px;
}

.slidesjs-control {
min-height: 720px;
}