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?