Hi,
How do I adjust the slider size? I'd like to make the height smaller.
Hi,
How do I adjust the slider size? I'd like to make the height smaller.
Hey,
In functions.php change following line - please adjust the height parameter.
$k_option['custom']['imgSize']['XL'] = array('width'=>940, 'height'=>440); // big images for fullsize pages and mainpage slider
In style.css change following two entries:
.slideshow{
height:440px; /*this changes the height of the main image slider*/
width:940px;
overflow: hidden;
position: relative;
}
.featured, .fadeout {
height:440px;
}
and adjust the height values accordingly.
You must log in to post.