Manuel Vega
Posts: 0
Joined: Thu Feb 27, 2014 4:37 pm

Change text title carousel height and text-align

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Change text title carousel height and text-align

Hi Manuel,

It works for me. Did you cleared cache?

Manuel Vega
Posts: 0
Joined: Thu Feb 27, 2014 4:37 pm

Change text title carousel height and text-align

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Change text title carousel height and text-align

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

Manuel Vega
Posts: 0
Joined: Thu Feb 27, 2014 4:37 pm

Change text title carousel height and text-align

Thanks you very much Maryna.

Now It's OK.

Best regards

Return to “Issues”