I tried so much to change size of carousel item and carousel.
But it not affected
The problem in following image.
There is a black border in carousel .
How to remove it??
Hi Pritu,
How do you change size?
properties display right side in that carousel height property size is 200.
But i chnaged it and black border is same as
Hello! This is a bug, there should be Carousel indicators. We'll fix it.
If you don't need indicators you can delete this area using CSS pre.ui-carousel-items {
top: 0 !important;
}/preor if you need to show indicators use this code pre$(".ui-carousel-indicators").show()/pre
Thank you Maryana