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
can somebody tell me how I can change the height of the slider?
Thanks!
You can change it in the slider/css/slider.css file, look for the following classes:
#slideshow {
float: none;
height: 475px;
margin: 0 auto;
overflow: hidden;
padding: 0;
position: relative;
width: 1000px;
}
#slideshow #slider {
height: 450px;
margin: 0;
overflow: hidden;
width: 1000px;
}
Regards, AS Team.