andre 4 년 전
부모
커밋
866edeac8f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      products.tpl

+ 2 - 2
products.tpl

@@ -107,7 +107,7 @@
 	    }
 	    .flickity-page-dots {
 	        top: -30px;
-	        bottom: 0%; 
+	        bottom: 30px; 
 	    }
 	    .carousel-cell { 
 		height: 100% 
@@ -134,7 +134,7 @@
 			<div id="order-clouder" style="max-width:unset;width:unset;">
 				<!-- <div id="products" class="cros-pricing-container"> -->
 					{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}
 					    <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}