Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • SHoggard Friend
    #146100

    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

    Anonymous Moderator
    #324210

    Hi 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 Friend
    #324253

    Thanks….

    This is to change the ‘Body Text’ paragraph spacing ? (not headings – right?)

    Anonymous Moderator
    #324360

    open template.css file, add following code section:

    p {
    line-height: 1.2;
    }

    You can change to your suitable.

    SHoggard Friend
    #324685

    I 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:


    1. body-space
    micrantha Friend
    #324782

    Hello 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
    Micrantha

Viewing 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