From 87a986625b9437e11f603508b2a4ad79c49cc040 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 10 Nov 2016 18:14:06 +0200 Subject: [PATCH] 111 --- frontend/views/site/index.php | 12 ++++++++---- frontend/web/css/css_header.css | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 5308cbb..abe7655 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -12,10 +12,14 @@ use yii\web\View; "HOME_SLIDER"]); ?> -
-
-
-
+
+
+
+
+
+
+
+
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index d5b7847..c69f2e6 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -26974,4 +26974,23 @@ ul.product-special li.promo div { .filter-link span{ color: black; font-weight: normal; +} + +.new-slider-wr .item img{ + width: 100%; + max-width: 1497px; +} + +@media (min-width: 1498px){ + .small_ar{ + display:none; + } +} +@media (max-width: 1497px){ + .arrows_slide_centered{ + display:none; + } + .small_ar#prev_slide, .small_ar#next_slide{ + top: calc(50%)!important; + } } \ No newline at end of file -- libgit2 0.21.4