Commit 97e1d98c658380905e2dfc99664db846252e0fae
1 parent
22d422b2
Ntr
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -306,10 +306,10 @@ |
306 | 306 | |
307 | 307 | ?> |
308 | 308 | <?= Html::a(\common\components\artboximage\ArtboxImageHelper::getImage($event->getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ |
309 | - 'style' =>"top:{$top}px;" | |
309 | + 'style' =>"top:-{$top}px;" | |
310 | 310 | ]); |
311 | 311 | |
312 | - $top = $top - 20; ?> | |
312 | + $top = $top - 30; ?> | |
313 | 313 | <?php endif; ?> |
314 | 314 | <?php endforeach; ?> |
315 | 315 | </div> | ... | ... |