Commit c14be29fbdef529a8bd6903117a63366c6634a26

Authored by Eugeny Galkovskiy
1 parent 80f589ee

123

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