Commit e522821d4c6a9f6b08c3917e1e1d6a17916ebcc4
1 parent
75bc733c
Веталь
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
common/modules/product/widgets/views/products_block.php
@@ -13,7 +13,9 @@ | @@ -13,7 +13,9 @@ | ||
13 | <div class="both"></div> | 13 | <div class="both"></div> |
14 | </div> | 14 | </div> |
15 | </div> | 15 | </div> |
16 | -<?php $js = '$(".owl-carousel").owlCarousel()'; | 16 | +<?php $js = '$(".owl-carousel").owlCarousel() |
17 | + var tst = 0; | ||
18 | +'; | ||
17 | $this->registerJs($js, View::POS_READY); | 19 | $this->registerJs($js, View::POS_READY); |
18 | ?> | 20 | ?> |
19 | <?php endif?> | 21 | <?php endif?> |
frontend/web/css/style.css
@@ -1048,6 +1048,7 @@ a.active{font-weight:bold;text-decoration: underline;} | @@ -1048,6 +1048,7 @@ a.active{font-weight:bold;text-decoration: underline;} | ||
1048 | } | 1048 | } |
1049 | .special-products .item { | 1049 | .special-products .item { |
1050 | margin-bottom: 0 !important; | 1050 | margin-bottom: 0 !important; |
1051 | + text-align: center; | ||
1051 | } | 1052 | } |
1052 | .why_me_ {padding-top: 30px; overflow: hidden; margin-bottom: 60px;} | 1053 | .why_me_ {padding-top: 30px; overflow: hidden; margin-bottom: 60px;} |
1053 | .why_me_ .why_list {width: 1038px; margin-left: -58px} | 1054 | .why_me_ .why_list {width: 1038px; margin-left: -58px} |