Commit 9fa36a53ea3335161d6113a506aae8c0584b1a45
1 parent
1fc2cae4
slider view
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/category/_product_item.php
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | * @var Product $product | 9 | * @var Product $product |
10 | */ | 10 | */ |
11 | ?> | 11 | ?> |
12 | -<div class="col-md-4 col-sm-6"> | 12 | +<div class="col-md-4 col-sm-4 col-xs-6"> |
13 | <div class="product"> | 13 | <div class="product"> |
14 | <div class="image"> | 14 | <div class="image"> |
15 | <?php | 15 | <?php |
frontend/views/category/view.php
@@ -325,7 +325,7 @@ _________________________________________________________ --> | @@ -325,7 +325,7 @@ _________________________________________________________ --> | ||
325 | <!-- *** RIGHT COLUMN *** | 325 | <!-- *** RIGHT COLUMN *** |
326 | _________________________________________________________ --> | 326 | _________________________________________________________ --> |
327 | 327 | ||
328 | - <div class="col-sm-9"> | 328 | + <div class="col-sm-12 col-md-9"> |
329 | 329 | ||
330 | <?php | 330 | <?php |
331 | echo ListView::widget( | 331 | echo ListView::widget( |