Would like to know where to go and what to change to alter the line height in the accordion slider excerpts. Will that also change the height of the transparent excerpt background?
See: http://www.info-fx.com/images/css_excerpts2.jpg
Thank you!
Would like to know where to go and what to change to alter the line height in the accordion slider excerpts. Will that also change the height of the transparent excerpt background?
See: http://www.info-fx.com/images/css_excerpts2.jpg
Thank you!
Hey,
you can adjust the line height in style.css - search for following element definition and adjust the line-height value:
#top .feature_excerpt{That line height adjustment didn't work in the area I needed. It does change the line height for the type in the accordion slider WHEN in the non-hover state. It's the line height in the hover state I need the CSS reference for. In the hover state, the excerpt is all capital letters, and currently has much too wide a spacing between lines. Just a note for others that changing the line height does change the height of the transparent excerpt background, and I am assuming the padding settings would need to be changed to get it back to where it was previously.
Any help for the hover state? Thank you.
Try to add following code to style.css:
#top .feature_excerpt .sliderheading{
line-height: 1.5em;
}
#top .feature_excerpt .slidercontent{
line-height: 1.5em;
}
and change the line height values.
You must log in to post.