How to decrease Slider size for example 800x300

Latest Reply from idanka at 2016-08-02 13:37:32 Solution
How to decrease Slider size for example: 800x300?
Now too large:(
Hi!

Unfortunately, our themes do not provide an option to decrease the slider size. You can do it only by editing the theme files, but we do not recommend do it, because these changes can affect to work of entire theme. But if you still want to change the slider size of the GrandInt theme you need to:

1. Open the style.css file in the theme directory.
2. Find the following part of code:
.slider-container {
}

3. Replace it with the next one:
.slider-container .fp-slides {
height: 300px;
width: 800px;
}

4. Save changes.

In this case, you need to upload slides with the 800x300 size and we also recommend you to remove the following code for correct display of the slider:
background:url(images/shadow_slider.png) no-repeat bottom right;
padding-bottom:64px;
Thank you, work!

Leave a reply

Add codeAdd image