Commit bec7a98b5f2e0ece3f057cc7b32b98ee04507304
1 parent
17e5f662
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/view.php
... | ... | @@ -43,7 +43,7 @@ $this->params['breadcrumbs'][] = $this->title; |
43 | 43 | 'id' => 'pjax-reload', |
44 | 44 | 'timeout' => 5000, |
45 | 45 | ]); ?> |
46 | -<div class="col-md-12"> | |
46 | +<div class="col-md-12 product"> | |
47 | 47 | <div class="col-md-8 col-sm-12"> |
48 | 48 | <div class="pic"> |
49 | 49 | <?php | ... | ... |