Change the size of the slider

Latest Reply from Dave at 2014-02-25 03:43:03
Hi support Team:

I need to modify the size of the slider of the nature theme.

The actual size is 1000 x 385. I need to make it smaller

Can you help me?

Thanks Support!
Sorry, but we provide a support only in English. To change slider size you have to edit the lines:
.slider {
position:relative;
width: 947px;
margin:0 auto;
padding:1px;
background:#565656;
border:none;
}
.fp-prev-next-wrap {
margin:-1px;
}
.fp-prev,.fp-next {
margin:0 5px;
margin-top:-18px;
}
.fp-slides,.fp-thumbnail,.fp-slides-items {
height:402px;
width:998px;
}

in the file style.css.
If you change the height you also have to change the code:
.fp-nav {
bottom:25px;
right:30px;
left:auto;
}

Leave a reply

Add codeAdd image