Commit c14be29fbdef529a8bd6903117a63366c6634a26
1 parent
80f589ee
123
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
frontend/views/catalog/products.php
@@ -19,6 +19,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -19,6 +19,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
19 | 19 | ||
20 | ?> | 20 | ?> |
21 | <div class="col-md-12"> | 21 | <div class="col-md-12"> |
22 | + <div class="catalog_block"> | ||
22 | <div class="col-md-3 filters"> | 23 | <div class="col-md-3 filters"> |
23 | <div class="button1"><a href="<?php | 24 | <div class="button1"><a href="<?php |
24 | echo Url::to(['/discount']); | 25 | echo Url::to(['/discount']); |
@@ -80,6 +81,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -80,6 +81,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
80 | 81 | ||
81 | </div> | 82 | </div> |
82 | </div> | 83 | </div> |
84 | + </div> | ||
83 | </div> | 85 | </div> |
84 | <div class="textile_bottom"> | 86 | <div class="textile_bottom"> |
85 | <div class="title1 left">Стильные элитные обои для вашего дома.</div> | 87 | <div class="title1 left">Стильные элитные обои для вашего дома.</div> |
frontend/web/css/style.css
@@ -2100,7 +2100,10 @@ p.right{text-align: right;} | @@ -2100,7 +2100,10 @@ p.right{text-align: right;} | ||
2100 | .submit_btn button, .answer-form button{ | 2100 | .submit_btn button, .answer-form button{ |
2101 | height:inherit; | 2101 | height:inherit; |
2102 | } | 2102 | } |
2103 | - | 2103 | +.catalog_block{ |
2104 | + max-width: 1016px; | ||
2105 | + margin: 0 auto; | ||
2106 | +} | ||
2104 | .aw_logo{ | 2107 | .aw_logo{ |
2105 | opacity: 0.5; | 2108 | opacity: 0.5; |
2106 | margin-top: 15px; | 2109 | margin-top: 15px; |