Commit 9562fd90 by halweg

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into developer

parents bc02424b df9b15ff
......@@ -14,7 +14,10 @@ $mobileDetect = $_objectManager->get(\Joshine\Common\Lib\MobileDetect\MobileDete
$isMobile = $mobileDetect->isMobile();
?>
<style>
.banner,.banner-place,.banner-place li{
.banner-one{
min-height: 500px;
}
.banner-one,.banner-place,.banner-place li{
width: 100%;
}
.cms-index-index .owl-carousel.owl-theme {
......@@ -34,7 +37,7 @@ $isMobile = $mobileDetect->isMobile();
}
}
</style>
<div class="banner1" style="background-color: #f0f0f0;width:100%;">
<div class="banner-one" style="background-color: #f0f0f0;width:100%;">
<ul class="banner-place owl-carousel owl-theme">
<?php foreach ($collection->getItems() as $item):?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment