To change the height for the Nivo slider if using smaller images:
Quote:
skin/smart_template/custom/js/sliders/nivo
|
Quote:
#slider-wrapper {
width:540px;
height:87px;
margin:0 auto;
padding-top:0px;
margin-top:0px;
}
#slider {
position:relative;
width:540px;
height:87px;
margin:0 auto;
background:url(loading.gif) no-repeat 50% 50%;
margin-bottom: 24px;
|
Not sure if I had to change both to 87px for my images but it worked.