简体   繁体   中英

Contentflow - how to increase space for caption text?

Help!

I need to increase the amount of vertical real estate space allocated for caption, in order to display 6 lines of caption text. Right now, the default is 3 lines, and if I have more than 3, the text "clashes into and overlays" the image slider bar.

Appreciate any and all help how I would do this in the contentflow.js code? Code is found here: http://jacksasylum.eu/ContentFlow/contentflow.js

Many thanks, Tim

You can set the height in the contentFlow.css file

.ContentFlow .globalCaption {
text-align: center;
font-weight: 700;
color: rgb(255, 255, 255);
font-size: 14px;
height: 20px;
position: relative;
z-index: 1;
margin: 2em auto;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM