Shape 5

Joomla Templates => Game World - Club => : dwinters January 03, 2016, 06:56:22 PM



: space between lines
: dwinters January 03, 2016, 06:56:22 PM
How do you remove the space between lines so that they are one right under the other.
I tried reviewing the template.css but could not identify the specific css line to remove the space between lines.
Thanks.


: Re: space between lines
: mikek January 04, 2016, 12:54:13 PM
Hello,

That depends on what area you are publishing content to. I would not remove line-height from your entire site.


: Re: space between lines
: dwinters January 04, 2016, 02:27:07 PM
The site behaves that every article has extra space between lines ( see image attached ) especially the category of frontpage. I need to make sure that extra space between lines is removed.

What configuration do i need to edit to have each line of text in an article and thus showing up on the site without the extra spacing between text lines?

Thank you for your support.


: Re: space between lines
: mikek January 04, 2016, 03:08:32 PM
Hello,

The line-height is controlled at the top of template.css under the body{} section. It is currently set to 170%. You can reduce it, but it will effect the entire site, not just articles. I would not recommend having articles lines directly against themselves.


: Re: space between lines
: dwinters January 05, 2016, 07:32:09 AM
changing to under body
line-height:100%;}
works!!!!

Thank you...and i understand your concern.