Pro Theme Design Forum » Mimbo Pro » Technical Help

Captions in Carousel cut off when captions are 2 lines long

  • Started 2 years ago by skeskali
  • Latest reply from skeskali
  • This topic is not a support question

  • skeskali
  • Member
  • Posted 2 years ago #

Hi,

I'm having an issue with the text captions in the carousel. I'm working for a client, and despite my best intentions, they're still giving their posts long names that end up being two lines long when the titles appear as captions for the photos in the carousel.

They've asked me to look into this, so I'm writing to find out which of the CSS classes in the style sheet(s) handles the line height and/or font size in the carousel? To see a picture of what I'm talking about, see: http://skitch.com/skeskali/1rfa/queer-history-project-truncated-text

See how the text on the second line is cut off on the bottom? The descenders on the letter Y is cut off, and this happens on any lower-case letters where there's a descender (j , g, p, q, y).

  • Huang
  • Member
  • Posted 2 years ago #

Hi, find these lines in carousel.css file (under /css folder):

.jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 820px;
height: 124px;
}

.jcarousel-skin-tango .jcarousel-item {
width: 165px;
height: 122px;
}

and change the height-attributes to 134px and 132px (or maybe more).

  • skeskali
  • Member
  • Posted 1 year ago #

That did it, Huang! Thanks so much!

Reply

You must log in to post.