Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
Is it possible to change the high of the slider?
Regards
The height you can change in the templates/as002033/slider/css/slider.css file, please look for the following classes:
#slideshow {
float: none;
height: 475px;
margin: 0 auto;
overflow: hidden;
padding: 0;
position: relative;
width: 1000px;
}
and
#slideshow #slider {
height: 450px;
margin: 0;
overflow: hidden;
width: 1000px;
}
Regards, AS Team.