
Hi,
i would like to add 6 images in the Portfolio's slider.
When i add 5 images i have this issue (http://dservicegroup.com/portfolio/prati-fiscali-roma):
When i add 6 images all images in the slider disappear.
Thanks,
Tommaso

Hi,
i would like to add 6 images in the Portfolio's slider.
When i add 5 images i have this issue (http://dservicegroup.com/portfolio/prati-fiscali-roma):
When i add 6 images all images in the slider disappear.
Thanks,
Tommaso
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Please
open file main.js, line 157:
replace
slidesToShow: 5,
with
slidesToShow: 25,
open file main.css, at the end of file, insert:
.section-project-detail .slide-nav-item {
margin-bottom: 10px;
}
.section-project-detail .slide-nav-item:nth-child(6n+1) {
margin-left: 0;
}
.section-project-detail .slide-nav-item,
.section-project-detail .slide-nav-item img {
width: 170px !important;
}
.section-project-detail .slide-nav {
width: 100%;
}