diff --git a/frontend/views/catalog/_product_item.php b/frontend/views/catalog/_product_item.php index 5f9f5db..8ac8334 100755 --- a/frontend/views/catalog/_product_item.php +++ b/frontend/views/catalog/_product_item.php @@ -21,16 +21,18 @@ use yii\helpers\Url; 'product' => $model->alias ]) ?>">
= \common\components\artboximage\ArtboxImageHelper::getImage($model->variant->imageUrl, 'list', [ diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 9373c28..4519a95 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -14588,3 +14588,12 @@ ul.product-special li.promo div{ height: 55px; margin: -55px 0 0; } +.banners_sale { + position: absolute; + top: 0; + left: 0; +} +.banners_sale img{ + margin-top: 10px; +} +.banners_sale {margin-top: 0} \ No newline at end of file -- libgit2 0.21.4