From 97e1d98c658380905e2dfc99664db846252e0fae Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 16 Dec 2016 00:06:06 +0200 Subject: [PATCH] Ntr --- frontend/views/catalog/product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index a03ea25..168f987 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -306,10 +306,10 @@ ?> getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ - 'style' =>"top:{$top}px;" + 'style' =>"top:-{$top}px;" ]); - $top = $top - 20; ?> + $top = $top - 30; ?> -- libgit2 0.21.4