Commit e522821d4c6a9f6b08c3917e1e1d6a17916ebcc4

Authored by Виталий
1 parent 75bc733c

Веталь

common/modules/product/widgets/views/products_block.php
... ... @@ -13,7 +13,9 @@
13 13 <div class="both"></div>
14 14 </div>
15 15 </div>
16   -<?php $js = '$(".owl-carousel").owlCarousel()';
  16 +<?php $js = '$(".owl-carousel").owlCarousel()
  17 + var tst = 0;
  18 +';
17 19 $this->registerJs($js, View::POS_READY);
18 20 ?>
19 21 <?php endif?>
... ...
frontend/web/css/style.css
... ... @@ -1048,6 +1048,7 @@ a.active{font-weight:bold;text-decoration: underline;}
1048 1048 }
1049 1049 .special-products .item {
1050 1050 margin-bottom: 0 !important;
  1051 + text-align: center;
1051 1052 }
1052 1053 .why_me_ {padding-top: 30px; overflow: hidden; margin-bottom: 60px;}
1053 1054 .why_me_ .why_list {width: 1038px; margin-left: -58px}
... ...