Shape 5

Joomla Templates => Sportopolis - Club => : damian1956 August 11, 2009, 11:39:14 PM



: Line spacing
: damian1956 August 11, 2009, 11:39:14 PM
How do I change line spacing for articles for this template to 1.5 spacing from the standard display.


: Re: Line spacing
: mikek August 12, 2009, 08:46:23 AM
Hello, add the following to the bottom of your template_css.css file:

table.contentpaneopen {
line-height:150%;
}


: Re: Line spacing
: damian1956 August 12, 2009, 05:59:28 PM
Thanks Mike, well done!!