diff --git a/public/css/style.css b/public/css/style.css index c12f342c..50de0fe2 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2735,6 +2735,9 @@ li.detail.category { width: 240px; } +.horizontal_carousel_container a.slider_control { + top: 50% !important; +} .column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li, .gallery_popup .horizontal_carousel_container.thin .horizontal_carousel.visible-8 > li { diff --git a/resources/views/partial/nh_story.blade.php b/resources/views/partial/nh_story.blade.php index 74b4da9a..789e8405 100644 --- a/resources/views/partial/nh_story.blade.php +++ b/resources/views/partial/nh_story.blade.php @@ -39,6 +39,18 @@ @endforeach - @endif + @elseif($block->type == "carousel") +