porcelanosa wrote:http://atom.orionwebshop.com/
but i currently dont use vertical slider with 2 products and i cant change it atm...
Hi,
this is because the vertical jCarousel is styled to show only 1 item at once. If you want to show 2 products you need to change the css. Open the
Plugins\SevenSpikes.Nop.Plugins.JCarousel\Themes\DefaultClean\Content\JCarousel.css find :
.nop-jcarousel .jcarousel-clip-vertical {
height: 250px;
}
and change it to:
.nop-jcarousel .jcarousel-clip-vertical {
height: 500px;
}
NOTE: If you want to show 3 products the height should be 750px, for 4 products - 1000px and so on ( Number_of_products * 250 )
Hope this helps!