Commit df9b15ff by dhn

min-height

parent 527fcd8f
...@@ -14,7 +14,10 @@ $mobileDetect = $_objectManager->get(\Joshine\Common\Lib\MobileDetect\MobileDete ...@@ -14,7 +14,10 @@ $mobileDetect = $_objectManager->get(\Joshine\Common\Lib\MobileDetect\MobileDete
$isMobile = $mobileDetect->isMobile(); $isMobile = $mobileDetect->isMobile();
?> ?>
<style> <style>
.banner,.banner-place,.banner-place li{ .banner-one{
min-height: 500px;
}
.banner-one,.banner-place,.banner-place li{
width: 100%; width: 100%;
} }
.cms-index-index .owl-carousel.owl-theme { .cms-index-index .owl-carousel.owl-theme {
...@@ -34,7 +37,7 @@ $isMobile = $mobileDetect->isMobile(); ...@@ -34,7 +37,7 @@ $isMobile = $mobileDetect->isMobile();
} }
} }
</style> </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"> <ul class="banner-place owl-carousel owl-theme">
<?php foreach ($collection->getItems() as $item):?> <?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