Reduce the space between lines in modules text

GK User
Thu Dec 29, 2011 7:21 pm
How can I reduce the space between the lines in a module text? I need the module in situation 1, appears similar to situation 2.
User avatar
Senior Boarder

Konrad M
Fri Dec 30, 2011 10:38 am
Hi
Can you give us url to your site?
User avatar

GK User
Fri Dec 30, 2011 11:12 pm
Konrad M wrote:Hi
Can you give us url to your site?


I would like to do the same too. Could you please post the answer here?
User avatar
Fresh Boarder

GK User
Mon Jan 02, 2012 8:29 pm
http://www.ca2.archweb.com.br/

The problem is in a Kunena module at the bottom of the page
User avatar
Senior Boarder

Konrad M
Wed Jan 04, 2012 9:41 am
nandomora please try add this to override.css
Code: Select all
.klatest ul li {
line-height:17px !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Jan 04, 2012 11:26 pm
Wow!!! This work great Konrad. So much thank you.
How can I change the text color to the same gray from template?
And how to change the same row height for custom HTML module?
User avatar
Senior Boarder

GK User
Wed Jan 04, 2012 11:44 pm
The URL has changed to the definitive address. www.comunidadearquitetura.com.br
User avatar
Senior Boarder

Konrad M
Mon Jan 09, 2012 12:30 pm
to achieve same row you need to add suffix to module and add css rules for it. Gray you want for main text or header ?
User avatar

GK User
Mon Jan 09, 2012 2:51 pm
Hello

Just wanna ask how and where I can generally reduce the space between the lines (text) in articles?

Best rgds nd thx

Roger
User avatar
Junior Boarder

Konrad M
Mon Jan 09, 2012 2:56 pm
Is it joomla or k2 article ?
User avatar

GK User
Mon Jan 09, 2012 4:53 pm
Both would be good... :-)
User avatar
Junior Boarder

GK User
Mon Jan 09, 2012 6:58 pm
Konrad M wrote:to achieve same row you need to add suffix to module and add css rules for it. Gray you want for main text or header ?


The gray is for main text only. Haw I do it?
And how to change the same row height for custom HTML module? For example: The module in dark suffix on Top2 position ( http://www.comunidadearquitetura.com.br )
User avatar
Senior Boarder

GK User
Thu Jan 12, 2012 5:10 pm
Konrad M wrote:nandomora please try add this to override.css
Code: Select all
.klatest ul li {
line-height:17px !important;
}

and remember to enable override.css option in template settings


Konrad, how do I check the name of the module to change the row height of another module? As explained in the post you quoted from K2. ".klatest." Also need to change in another module, in the case JSJobs. And do the same thing.
User avatar
Senior Boarder

Konrad M
Fri Jan 13, 2012 10:13 am
I advise use firebug. It is great tool to check name of id's and classes elements.
User avatar


cron