Hi - this theme is great! However my client has just asked me if its possible to make the slide show smaller on the homepage, so that the site visitor can see more than just the slide show upon first visiting the home page. Thanks!
Avisio - is it possible to change the size of the slider on the home page?
4 posts from 3 voices-
Posted 2 years ago #
-
Yes - you need to edit style.css and functions.php to achieve what you want.
In functions.php change following line/dimensions as you like:
$k_option['custom']['imgSize']['XL'] = array('width'=>940, 'height'=>440); // big images for fullsize pages and mainpage sliderIn 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; }Posted 2 years ago # -
Hi. I would just like to change the height to 400 (or as small as possible) without changing the width. Can I just change the 440 -> 400 and nothing else?
Posted 2 years ago # -
Hey,
Yes exactly. Just follow the instructions above.Posted 2 years ago #
Reply
You must log in to post.














