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
frontend/views/category/view.php
... | ... | @@ -325,7 +325,7 @@ _________________________________________________________ --> |
325 | 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 | 330 | <?php |
331 | 331 | echo ListView::widget( | ... | ... |