Page 1 of 1

Change text title carousel height and text-align

Posted: Thu Feb 27, 2014 4:37 pm
by Manuel Vega

Hi,

How to change text title carousel height to "auto"?

My problem is that my title is very long and only show one line when there are 2 or 3 lines.

I add custom CSS in my project with:
.ui-carousel-title{
color:white;
text-align:left;
height:auto;
font-size:12px;
}
but no change in "text-align" nor height. Is it possible the change?

Thanks,
Image


Change text title carousel height and text-align

Posted: Thu Feb 27, 2014 5:22 pm
by Serhii Kulibaba

Hi Manuel,

It works for me. Did you cleared cache?


Change text title carousel height and text-align

Posted: Fri Feb 28, 2014 9:12 am
by Manuel Vega

Hi Sergiy,

The problem is in the carousel's configuration. If I selected the checks "Show indicator", "Show title", "Title Built in", "Enabled", Margin (0,0,0,0)
doesn't the title.

I've tried other browsers and other pc and it still not working.

Thanks,
Manuel


Change text title carousel height and text-align

Posted: Fri Feb 28, 2014 2:20 pm
by Maryna Brodina

Hello! Try to specify selector prediv.ui-carousel-title{
color:white;
text-align:left;
height:auto;
font-size:12px;
}/pre


Change text title carousel height and text-align

Posted: Mon Mar 03, 2014 8:41 am
by Manuel Vega

Thanks you very much Maryna.

Now It's OK.

Best regards