Topic: Dynamic spacing of lines?

On a juicebox page I'd like the 'Page content area' to expand according to # of lines and everything adjust accordingly. Currently it does not (see leatherwurx.com/tiger-thread)

How can I do this?

Cy

Re: Dynamic spacing of lines?

Unfortunately, this might be difficult to achieve as Showkase was not designed with this in mind.
The height of the body content container is determined by the amount of content within it. The body content container's height is not fixed and, therefore, its content cannot be expanded to fill the area.
You should be able to set a fixed height for the body content container via CSS, though.
You can add custom CSS to your Showkase site by following the instructions in the Adding Custom Styles and Fonts support section.
The classes you might need to add rules to are 'page-body' and 'body-content'.
Knowing the container's height, you can then set an appropriate line height.
I hope this points you in the right direction.