Where can you change the paragraph of text size?

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
Mon Feb 17, 2014 3:33 pm
Reply with quote
Report this post
Hello friends,
the paragraph of text is too big for me!
Does anyone know where you can change it?

paragraph.jpg


Thanks in advance

regards :)
Sakari
User avatar
Expert Boarder

GK User
Mon Feb 17, 2014 4:12 pm
Reply with quote
Report this post
Could You please post an url to your site where I can see this problem?
User avatar
Moderator

GK User
Mon Feb 17, 2014 4:40 pm
Reply with quote
Report this post
There is no problem directly on the website!
I just want to make the distances shorter paragraphs.

:)
User avatar
Expert Boarder

GK User
Mon Feb 17, 2014 6:57 pm
Reply with quote
Report this post
But the problem connects with your site and creating override declarations basing on working live client's site is the most effective way ;).
User avatar
Moderator

GK User
Mon Feb 17, 2014 8:43 pm
Reply with quote
Report this post
Access I had already been sent out of the previous contributions by private message, but I am sending you like to again!
As stated times, the web page on the intranet and the demo website is address I am sending you now!


Thank you again! :)
User avatar
Expert Boarder

GK User
Tue Feb 18, 2014 3:52 pm
Reply with quote
Report this post
I found it under the template.css

line-height: 1.9;



Code: Select all
body {
   color: #666;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.9;
   height: 100%;
   margin: 0;
   min-height: 100%;
   padding: 0;
   word-wrap: break-word;
}





Thank you! :)
User avatar
Expert Boarder

GK User
Tue Feb 18, 2014 9:34 pm
Reply with quote
Report this post
Please don't modify template core css files as it will get you into a lot of troubles. Use override.css as I have instructed you before:
Code: Select all
body {
   line-height: 1.5;
}

The only problem is that it will target all spacings in the template, so more precise selector might work better.
User avatar
Moderator

GK User
Thu Feb 20, 2014 7:26 am
Reply with quote
Report this post
Had I changed so!
Thank you! :)
User avatar
Expert Boarder


cron