Shape 5

Joomla Templates => Business Look - November 07 - Club => : geekconnec October 29, 2008, 10:24:46 PM



: increase line spacing
: geekconnec October 29, 2008, 10:24:46 PM
Hi,
I am trying to increase the spacing between lines of text across the entire site. I understand that this can be done through the template_css.css, but being somewhat of a novice I am unsure of the exact text and location of that the change should go in.
I would appreciate any input.
Regards


: Re: increase line spacing
: jonahh October 29, 2008, 10:35:54 PM
Hello,

At the top of your template_css.css file look for:

* {
margin:0;
padding:0;
}

and change it to something like the below, change the line-height to suit your needs:

* {
margin:0;
padding:0;
line-height:18px;
}

Regards,


: Re: increase line spacing
: geekconnec October 30, 2008, 12:10:44 AM
Brilliant, worked perfectly.

Thanks