Widget:Carousel: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
Line 3: Line 3:
   position: relative;
   position: relative;
   width: 500px;
   width: 500px;
   height: 200px;
   height: 500px;
}
}
.carousel .item{
.carousel .item{
min-height: 200px;
min-height: 500px;
}
}



Revision as of 23:33, 24 July 2017

<style> .carousel {

 position: relative;
 width: 500px;
 height: 500px;

} .carousel .item{ min-height: 500px; }

</style>