|
@@ -107,7 +107,7 @@
|
|
|
}
|
|
}
|
|
|
.flickity-page-dots {
|
|
.flickity-page-dots {
|
|
|
top: -30px;
|
|
top: -30px;
|
|
|
- bottom: 0%;
|
|
|
|
|
|
|
+ bottom: 30px;
|
|
|
}
|
|
}
|
|
|
.carousel-cell {
|
|
.carousel-cell {
|
|
|
height: 100%
|
|
height: 100%
|
|
@@ -134,7 +134,7 @@
|
|
|
<div id="order-clouder" style="max-width:unset;width:unset;">
|
|
<div id="order-clouder" style="max-width:unset;width:unset;">
|
|
|
<!-- <div id="products" class="cros-pricing-container"> -->
|
|
<!-- <div id="products" class="cros-pricing-container"> -->
|
|
|
{if $products|@count < 3}
|
|
{if $products|@count < 3}
|
|
|
- <div class="carousel" style="position:absolute;top:0px;left:0px;bottom:0px;right:0px;" data-flickity='{ "groupCells": true, "adaptiveHeight": true, "autoPlay": false, "pageDots": false }'>
|
|
|
|
|
|
|
+ <div class="carousel" style="position:absolute;top:0px;left:0px;bottom:0px;right:0px;" data-flickity='{ "groupCells": true, "adaptiveHeight": true, "autoPlay": false, "prevNextButtons": false, "pageDots": false }'>
|
|
|
{else}
|
|
{else}
|
|
|
<div class="carousel" style="position:absolute;top:0px;left:0px;bottom:0px;right:0px;" data-flickity='{ "groupCells": true, "adaptiveHeight": true, "autoPlay": false, "pageDots": false }'>
|
|
<div class="carousel" style="position:absolute;top:0px;left:0px;bottom:0px;right:0px;" data-flickity='{ "groupCells": true, "adaptiveHeight": true, "autoPlay": false, "pageDots": false }'>
|
|
|
{/if}
|
|
{/if}
|