Page 1 of 1

carousel Background problem

Posted: Tue Feb 18, 2014 2:05 pm
by pritu patel

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?? Image


carousel Background problem

Posted: Tue Feb 18, 2014 2:43 pm
by Kateryna Grynko

Hi Pritu,

How do you change size?


carousel Background problem

Posted: Wed Feb 19, 2014 5:40 am
by pritu patel

properties display right side in that carousel height property size is 200.
But i chnaged it and black border is same as


carousel Background problem

Posted: Wed Feb 19, 2014 8:50 pm
by Maryna Brodina

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


carousel Background problem

Posted: Thu Feb 20, 2014 7:38 am
by pritu patel

Thank you Maryana