-
AuthorPosts
-
SHoggard Friend
SHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
November 17, 2009 at 5:52 am #146100Hi,
On the Article pages, we find the space between Body text paragraphs too big… how (where) do we reduce this… without messing up the entire Teline systemAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 19, 2009 at 8:33 am #324210Hi SHoggard
Open templates/ja_teline_iii/css/template.css file, at about line 57, find following code section:
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: Cambria, Times, serif;
font-weight: bold;
line-height: 1.2;
}here you change the line-height attribute to your suitable.
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
November 19, 2009 at 10:49 am #324253Thanks….
This is to change the ‘Body Text’ paragraph spacing ? (not headings – right?)
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 20, 2009 at 8:13 am #324360open template.css file, add following code section:
p {
line-height: 1.2;
}You can change to your suitable.
1 user says Thank You to JA Developer for this useful post
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
November 23, 2009 at 11:33 am #324685I really don’t think you understand the question:
<blockquote>Hi,
On the Article pages, we find the space between Body text paragraphs too big… how (where) do we reduce this… without messing up the entire Teline system</blockquote>The solution you gave:
<blockquote>p {
line-height: 1.2;
}</blockquote>In fact this reduces the line-spacing (ie the space between the lines) NOT the space between PARAGRAPHS!
See attached – I’ve highlighted in RED the space I want to reduce:
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
November 24, 2009 at 10:57 am #324782Hello Hoggard,
I read your dissatisfaction in another post…..I think what you are looking for is in the file template.css, not far from top:
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul {
margin: 15px 0;
padding: 0;
}you can change value 15px for margin top and bottom of every p-tag here.
Greetings
MicranthaAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by micrantha 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Typography: reduce paragraph space
Viewing 6 posts - 1 through 6 (of 6 total)