How to change the space between the lines of text?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 12, 2013 6:49 am
Reply with quote
Report this post
Hello,
we are migrating from Joomla 1.5 using Coolfoto template to Joomla 2.5 using Creativity template.
We would like to use our own css styles to layout our articles. We have a style css sheet. No problem to include it in the template.

For our article, we use that style:
.guillenphoto-article-texte {
font-family: arial;
font-size: 14px;
font-style: normal;
font-weight: normal;
color:#000000;
letter-spacing: normal;
line-height: normal;
}
We have the line-height set to normal. But the space between the lines is very large. Whatever the value we set, we always have the same huge space.

In fact it seems that all our styles are not applicated like the h1, h2, h3.

Please would you tell us how to setup the line space in the template? Please would tell us how to apply our own styles?

For info. our old page:
http://www.guillenphoto.com/cms/portfolio-photo-amar-isabelle-guillen-photographes-professionnels.html

our new page:
http://www.guillenphoto.com/cms2/index.php/fr/portfolios


Thanks for your help
User avatar
Expert Boarder

GK User
Wed Jun 12, 2013 7:17 am
Reply with quote
Report this post
Add line height in following lines.

File: /data/styles_css/guillenphoto.css
Line: 210
Code: Select all
.guillenphoto-div-paragraphe {
    line-height: normal;
    text-align: justify;
}


Besides your custom css you have to realize some values was inherited from other css files in your previous template which is obviously missing from our template.

See you around...
User avatar
Platinum Boarder

GK User
Wed Jun 12, 2013 7:52 am
Reply with quote
Report this post
It works perfectly. That is wonderful.
Thank you for your help.
All my best
Amar
User avatar
Expert Boarder

GK User
Wed Jun 12, 2013 10:15 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron